Skip to content

Commit 1090dda

Browse files
committed
Merge branch 'pfupdates0823' of https://github.com/lgayhardt/azure-docs-pr into pfupdates0823
2 parents 270eda2 + 2fae282 commit 1090dda

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
@@ -94,11 +94,11 @@ After submission, you can find the submitted batch run in the run list tab in pr
9494

9595
:::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":::
9696

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

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

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

103103
:::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":::
104104

@@ -120,13 +120,13 @@ If you have already completed a batch run, you can start another round of evalua
120120
- you have already used evaluation method to calculate a metric. You can start another round of evaluation to calculate another metric.
121121
- your evaluation run failed but your flow successfully generated outputs. You can submit your evaluation again.
122122

123-
You can select **New evaluation** to start another round of evaluation.
123+
You can select **Evaluate** to start another round of evaluation.
124124

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

127127
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.
128128

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

131131
:::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":::
132132

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

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

Comments
 (0)