File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/machine-learning/prompt-flow Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ms.topic: how-to
11
11
author : lgayhardt
12
12
ms.author : lagayhar
13
13
ms.reviewer : chenlujiao
14
- ms.date : 10/31 /2024
14
+ ms.date : 11/01 /2024
15
15
---
16
16
17
17
# Integrate prompt flow with DevOps for LLM-based applications
@@ -408,7 +408,7 @@ pfazure run show-details --name <run-name>
408
408
# [ Python SDK] ( #tab/python )
409
409
410
410
``` python
411
- details = pf.get_details(run- name)
411
+ details = pf.get_details(" < run-name> " )
412
412
details.head(10 )
413
413
```
414
414
@@ -425,7 +425,7 @@ pfazure run show-metrics --name <evaluation-run-name>
425
425
# [ Python SDK] ( #tab/python )
426
426
427
427
``` python
428
- pf.get_metrics(" evaluation-run-name" )
428
+ pf.get_metrics(" < evaluation-run-name> " )
429
429
```
430
430
---
431
431
You can’t perform that action at this time.
0 commit comments