Skip to content

Commit ca2fadf

Browse files
committed
Add edit
1 parent 72f3463 commit ca2fadf

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

articles/machine-learning/v1/how-to-run-batch-predictions-designer.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: UpdateFrequency5, designer
1717

1818
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
1919

20-
In this article, you learn how to use the designer to create a batch prediction pipeline. Batch prediction lets you continuously score large datasets on-demand using a web service that can be triggered from any HTTP library.
20+
In this article, you learn how to use the designer to create a batch prediction pipeline. Batch prediction lets you continuously score large datasets on demand by using a web service that can be triggered from any HTTP library.
2121

2222
In this how-to guide, you learn to do the following tasks:
2323

@@ -43,9 +43,9 @@ Your training pipeline must be run at least once to be able to create an inferen
4343

4444
1. Select the training pipeline that trains the model you want to use to make prediction.
4545

46-
1. Select **Configure & Submit**.
46+
1. Submit the pipeline.
4747

48-
:::image type="content" source="./media/how-to-run-batch-predictions-designer/run-training-pipeline.png" alt-text="Screenshot showing the set up pipeline job with the experiment drop-down and submit button highlighted." lightbox= "./media/how-to-run-batch-predictions-designer/run-training-pipeline.png":::
48+
:::image type="content" source="./media/how-to-run-batch-predictions-designer/run-training-pipeline.png" alt-text="Screenshot showing the set up pipeline job with the experiment drop-down and submit button highlighted." lightbox= "./media/how-to-run-batch-predictions-designer/run-training-pipeline.png":::
4949

5050
You can select the job detail link to go to the job detail page, and after the training pipeline job completes, you can create a batch inference pipeline.
5151

@@ -68,11 +68,11 @@ To create predictions on new data, you can either manually connect a different d
6868

6969
In this section, you create a pipeline input to specify a different dataset to make predictions on.
7070

71-
1. Select the dataset component.
71+
1. Double-click the dataset component.
7272

7373
1. A pane appears to the right of the canvas. At the bottom of the pane, select **Set as pipeline input**.
7474

75-
Enter a name for the parameter, or accept the default value.
75+
Enter a name for the input, or accept the default value.
7676

7777
:::image type="content" source="./media/how-to-run-batch-predictions-designer/create-pipeline-parameter.png" alt-text="Screenshot of cleaned dataset tab with set as pipeline input checked." lightbox= "./media/how-to-run-batch-predictions-designer/create-pipeline-parameter.png":::
7878

@@ -82,19 +82,17 @@ In this section, you create a pipeline input to specify a different dataset to m
8282

8383
Now you're ready to deploy the inference pipeline. This deploys the pipeline and makes it available for others to use.
8484

85-
1. Select **Jobs** in the sidebar menu and select your running job.
85+
1. On the job detail page, select the **Publish** button in the ribbon menu.
8686

87-
1. Select the **Publish** button in the ribbon menu.
88-
89-
1. In the dialog that appears, **Create new**.
87+
1. In the dialog that appears, select **Create new**.
9088

9189
1. Provide an endpoint name and optional description.
9290

9391
Near the bottom of the dialog, you can see the input you configured with a default value of the dataset ID used during training.
9492

9593
1. Select **Publish**.
9694

97-
:::image type="content" source="./media/how-to-run-batch-predictions-designer/publish-inference-pipeline.png" alt-text="Screenshot of set up published pipeline." lightbox= "./media/how-to-run-batch-predictions-designer/publish-inference-pipeline.png":::
95+
:::image type="content" source="./media/how-to-run-batch-predictions-designer/publish-inference-pipeline.png" alt-text="Screenshot of set up published pipeline." lightbox= "./media/how-to-run-batch-predictions-designer/publish-inference-pipeline.png":::
9896

9997
## Consume an endpoint
10098

0 commit comments

Comments
 (0)