You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/prompt-flow/how-to-bulk-test-evaluate-flow.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,10 +92,10 @@ After submission, you can find the submitted batch run in the run list tab in pr
92
92
93
93
:::image type="content" source="./media/how-to-bulk-test-evaluate-flow/batch-run-list.png" alt-text="Screenshot of prompt flow run list page where you find batch runs. " lightbox = "./media/how-to-bulk-test-evaluate-flow/batch-run-list.png":::
94
94
95
-
In the run detail page, you can select **Overview** to check the details of this batch run.
95
+
In the run detail page, you can select **Details** to check the details of this batch run.
96
96
97
97
98
-
In the overview panel, you can check the metadata of this run. You can also go to the **Outputs** tab in the batch run detail page to check the outputs/responses generated by the flow with the dataset that you provided. You can also select **"Export"** to export and download the outputs in a `.csv` file.
98
+
In the details panel, you can check the metadata of this run. You can also go to the **Outputs** tab in the batch run detail page to check the outputs/responses generated by the flow with the dataset that you provided. You can also select **"Export"** to export and download the outputs in a `.csv` file.
99
99
100
100
:::image type="content" source="./media/how-to-bulk-test-evaluate-flow/batch-run-detail-output.png" alt-text="Screenshot of batch run detail page on the outputs tab where you check batch run outputs. " lightbox = "./media/how-to-bulk-test-evaluate-flow/batch-run-detail-output.png":::
101
101
@@ -115,11 +115,11 @@ If you have already completed a batch run, you can start another round of evalua
115
115
- you have already used evaluation method to calculate a metric. You can start another round of evaluation to calculate another metric.
116
116
- your evaluation run failed but your flow successfully generated outputs. You can submit your evaluation again.
117
117
118
-
You can select **New evaluation** to start another round of evaluation.
118
+
You can select **Evaluate** to start another round of evaluation.
119
119
120
120
After setting up the configuration, you can select **"Submit"** for this new round of evaluation. After submission, you'll be able to see a new record in the prompt flow run list.
121
121
122
-
After the evaluation run completed, similarly, you can check the result of evaluation in the **"Overview->Output"** tab of the batch run detail page. You need select the new evaluation run to view its result.
122
+
After the evaluation run completed, similarly, you can check the result of evaluation in the **"Outputs"** tab of the batch run detail panel. You need select the new evaluation run to view its result.
123
123
124
124
:::image type="content" source="./media/how-to-bulk-test-evaluate-flow/batch-run-detail-output-new-evaluation.png" alt-text="Screenshot of batch run detail page on the output tab with checking the new evaluation output." lightbox = "./media/how-to-bulk-test-evaluate-flow/batch-run-detail-output-new-evaluation.png":::
125
125
@@ -178,4 +178,4 @@ In this document, you learned how to submit a batch run and use a built-in evalu
178
178
179
179
-[Develop a customized evaluation flow](how-to-develop-an-evaluation-flow.md)
180
180
-[Tune prompts using variants](how-to-tune-prompts-using-variants.md)
181
-
-[Deploy a flow](how-to-deploy-for-real-time-inference.md)
181
+
-[Deploy a flow](how-to-deploy-for-real-time-inference.md)
0 commit comments