Skip to content

Commit 2fae282

Browse files
authored
Update how-to-bulk-test-evaluate-flow.md
1 parent af2369b commit 2fae282

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/machine-learning/prompt-flow/how-to-bulk-test-evaluate-flow.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ After submission, you can find the submitted batch run in the run list tab in pr
9292

9393
:::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":::
9494

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.
9696

9797

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.
9999

100100
:::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":::
101101

@@ -115,11 +115,11 @@ If you have already completed a batch run, you can start another round of evalua
115115
- you have already used evaluation method to calculate a metric. You can start another round of evaluation to calculate another metric.
116116
- your evaluation run failed but your flow successfully generated outputs. You can submit your evaluation again.
117117

118-
You can select **New evaluation** to start another round of evaluation.
118+
You can select **Evaluate** to start another round of evaluation.
119119

120120
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.
121121

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.
123123

124124
:::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":::
125125

@@ -178,4 +178,4 @@ In this document, you learned how to submit a batch run and use a built-in evalu
178178

179179
- [Develop a customized evaluation flow](how-to-develop-an-evaluation-flow.md)
180180
- [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

Comments
 (0)