Skip to content

Commit af2369b

Browse files
committed
filename
1 parent 509eb38 commit af2369b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Therefore, to run an evaluation, you need to indicate the sources of these requi
7070
- If the data source is from your run output, the source is indicated as **"${run.output.[OutputName]}"**
7171
- If the data source is from your test dataset, the source is indicated as **"${data.[ColumnName]}"**
7272

73-
:::image type="content" source="./media/how-to-bulk-test-evaluate-flow/batch-run-evaluation-mapping.png" alt-text="Screenshot of evaluation input mapping." lightbox = "./media/how-to-bulk-test-evaluate-flow/batch-run-evaluation-input-mapping.png":::
73+
:::image type="content" source="./media/how-to-bulk-test-evaluate-flow/batch-run-evaluation-input-mapping.png" alt-text="Screenshot of evaluation input mapping." lightbox = "./media/how-to-bulk-test-evaluate-flow/batch-run-evaluation-input-mapping.png":::
7474

7575
> [!NOTE]
7676
> If your evaluation doesn't require data from the dataset, you do not need to reference any dataset columns in the input mapping section, indicating the dataset selection is an optional configuration. Dataset selection won't affect evaluation result.

0 commit comments

Comments
 (0)