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
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 ondemand by using a web service that can be triggered from any HTTP library.
21
21
22
22
In this how-to guide, you learn to do the following tasks:
23
23
@@ -43,9 +43,9 @@ Your training pipeline must be run at least once to be able to create an inferen
43
43
44
44
1. Select the training pipeline that trains the model you want to use to make prediction.
45
45
46
-
1.Select **Configure & Submit**.
46
+
1.Submit the pipeline.
47
47
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":::
49
49
50
50
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.
51
51
@@ -68,11 +68,11 @@ To create predictions on new data, you can either manually connect a different d
68
68
69
69
In this section, you create a pipeline input to specify a different dataset to make predictions on.
70
70
71
-
1.Select the dataset component.
71
+
1.Double-click the dataset component.
72
72
73
73
1. A pane appears to the right of the canvas. At the bottom of the pane, select **Set as pipeline input**.
74
74
75
-
Enter a name for the parameter, or accept the default value.
75
+
Enter a name for the input, or accept the default value.
76
76
77
77
:::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":::
78
78
@@ -82,19 +82,17 @@ In this section, you create a pipeline input to specify a different dataset to m
82
82
83
83
Now you're ready to deploy the inference pipeline. This deploys the pipeline and makes it available for others to use.
84
84
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.
86
86
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**.
90
88
91
89
1. Provide an endpoint name and optional description.
92
90
93
91
Near the bottom of the dialog, you can see the input you configured with a default value of the dataset ID used during training.
94
92
95
93
1. Select **Publish**.
96
94
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":::
0 commit comments