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
@@ -94,11 +94,11 @@ After submission, you can find the submitted batch run in the run list tab in pr
94
94
95
95
:::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":::
96
96
97
-
In the run detail page, you can select **Overview** to check the details of this batch run.
97
+
In the run detail page, you can select **Details** to check the details of this batch run.
98
98
99
99
:::image type="content" source="./media/how-to-bulk-test-evaluate-flow/batch-run-overview.png" alt-text="Screenshot of batch run detail page where you view detailed information. " lightbox = "./media/how-to-bulk-test-evaluate-flow/batch-run-overview.png":::
100
100
101
-
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.
101
+
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.
102
102
103
103
:::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":::
104
104
@@ -120,13 +120,13 @@ If you have already completed a batch run, you can start another round of evalua
120
120
- you have already used evaluation method to calculate a metric. You can start another round of evaluation to calculate another metric.
121
121
- your evaluation run failed but your flow successfully generated outputs. You can submit your evaluation again.
122
122
123
-
You can select **New evaluation** to start another round of evaluation.
123
+
You can select **Evaluate** to start another round of evaluation.
124
124
125
125
:::image type="content" source="./media/how-to-bulk-test-evaluate-flow/batch-run-detail-new-evaluation.png" alt-text="Screenshot of batch run detail page on where to start a new round of evaluation. " lightbox = "./media/how-to-bulk-test-evaluate-flow/batch-run-detail-new-evaluation.png":::
126
126
127
127
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.
128
128
129
-
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.
129
+
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.
130
130
131
131
:::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":::
132
132
@@ -187,4 +187,4 @@ In this document, you learned how to submit a batch run and use a built-in evalu
187
187
188
188
-[Develop a customized evaluation flow](how-to-develop-an-evaluation-flow.md)
189
189
-[Tune prompts using variants](how-to-tune-prompts-using-variants.md)
190
-
-[Deploy a flow](how-to-deploy-for-real-time-inference.md)
190
+
-[Deploy a flow](how-to-deploy-for-real-time-inference.md)
0 commit comments