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
1111author : lgayhardt
1212ms.author : lagayhar
1313ms.reviewer : chenlujiao
14- ms.date : 10/31 /2024
14+ ms.date : 11/01 /2024
1515---
1616
1717# Integrate prompt flow with DevOps for LLM-based applications
@@ -408,7 +408,7 @@ pfazure run show-details --name <run-name>
408408# [ Python SDK] ( #tab/python )
409409
410410``` python
411- details = pf.get_details(run- name)
411+ details = pf.get_details(" < run-name> " )
412412details.head(10 )
413413```
414414
@@ -425,7 +425,7 @@ pfazure run show-metrics --name <evaluation-run-name>
425425# [ Python SDK] ( #tab/python )
426426
427427``` python
428- pf.get_metrics(" evaluation-run-name" )
428+ pf.get_metrics(" < evaluation-run-name> " )
429429```
430430---
431431
You can’t perform that action at this time.
0 commit comments