Skip to content

Commit 55be724

Browse files
committed
Typo
1 parent fe4004c commit 55be724

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/machine-learning/how-to-retrain-designer.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Create pipeline parameters to dynamically set variables at runtime. For this exa
5858

5959
1. Mouseover the **Path** field, and select the ellipses above the **Path** field that appear.
6060

61+
![Screenshot that shows how to create a pipeline parameter](media/how-to-retrain-designer/add-pipeline-parameter.png)
62+
6163
1. Select **Add to pipeline parameter**.
6264

6365
1. Provide a parameter name and a default value.
@@ -67,8 +69,6 @@ Create pipeline parameters to dynamically set variables at runtime. For this exa
6769
6870
1. Select **Save**.
6971

70-
![Screenshot that shows how to create a pipeline parameter](media/how-to-retrain-designer/add-pipeline-parameter.png)
71-
7272
1. Submit the pipeline run.
7373

7474
## Find a trained model
@@ -78,21 +78,20 @@ The designer saves all pipeline output, including trained models, to the default
7878
1. Wait for the pipeline to finish running.
7979
1. Select the **Train Model** module.
8080
1. In the module details pane, to the right of the canvas, select **Outputs + logs**.
81-
1. You can find mind your model in **Other outputs** along with the run logs.
81+
1. You can find your model in **Other outputs** along with run logs.
8282
1. Alternatively, select the **View output** icon. From here, you can follow the instruction in the dialog to navigate directly to your datastore.
8383

8484
![Screenshot that shows how to download the trained model](./media/how-to-retrain-designer/trained-model-view-output.png)
8585

86-
8786
## Publish a training pipeline
8887

89-
You can publish a pipeline to a pipeline endpoint to easily reuse your pipelines in the future. A pipeline endpoint creates a REST endpoint to call your pipeline for future runs. In this example, your pipeline endpoint lets you reuse your pipeline to retrain a model on different data.
88+
Publish a pipeline to a pipeline endpoint to easily reuse your pipelines in the future. A pipeline endpoint creates a REST endpoint to invoke pipeline in the future. In this example, your pipeline endpoint lets you reuse your pipeline to retrain a model on different data.
9089

9190
1. Select **Publish** above the designer canvas.
9291
1. Select or create a pipeline endpoint.
9392

9493
> [!NOTE]
95-
> You can publish multiple pipelines to a single endpoint. Each pipeline in the endpoint is given a version number, which you can specify when you call the pipeline endpoint.
94+
> You can publish multiple pipelines to a single endpoint. Each pipeline in a given endpoint is given a version number, which you can specify when you call the pipeline endpoint.
9695
9796
1. Select **Publish**.
9897

0 commit comments

Comments
 (0)