Skip to content

Commit 530bdc7

Browse files
committed
updates
1 parent 716cd87 commit 530bdc7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/machine-learning/v1/how-to-use-pipeline-parameter.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In this section, you create a pipeline input in the settings panel.
5757

5858
In this example, you create a pipeline input that defines how a pipeline fills in missing data with the **Clean missing data** component.
5959

60-
1. In your pipeline draft, select **Piepleline interface**.
60+
1. In your pipeline draft, select **Pipeline interface**.
6161

6262
1. In the **Pipeline interface** section, select the **+** button and then select an input type, for example, `Double`.
6363

@@ -81,7 +81,7 @@ The easiest way to create a pipeline input for a component value is to promote a
8181

8282
:::image type="content" source="media/how-to-use-pipeline-parameter/promote-module-para-to-pipeline-para.png" alt-text="Screenshot that shows how to promote a component input to a pipeline input." lightbox ="media/how-to-use-pipeline-parameter/promote-module-para-to-pipeline-para.png":::
8383

84-
1. Enter a input name and a default value.
84+
1. Enter an input name and a default value.
8585
1. Select **Save**.
8686

8787
You can now specify new values for this input anytime you submit the pipeline.
@@ -112,7 +112,7 @@ In the following example, the **Clean Missing Data** component is duplicated. Fo
112112

113113
1. Double-click the **Clean Missing Data** component.
114114

115-
1. Select the ellipsis button (**...**) above the **Minimum missing value reatio** box.
115+
1. Select the ellipsis button (**...**) above the **Minimum missing value ratio** box.
116116

117117
1. Select the pipeline input `minimum-missing-value-ratio-2`.
118118

@@ -166,15 +166,15 @@ Complete the following steps to delete a component pipeline input:
166166
167167
## Supply pipeline inputs when you trigger a pipeline job
168168

169-
In this section, you learn how to supply pipeline paramaters when you submit a pipeline job.
169+
In this section, you learn how to supply pipeline inputs when you submit a pipeline job.
170170

171171
### Resubmit a pipeline job
172172

173173
After you submit a pipeline with pipeline inputs, you can resubmit the job with different inputs:
174174

175175
1. Go to pipeline detail page. In the **Pipeline run overview** pane, you can check current pipeline inputs and values.
176176
1. Select **Resubmit**.
177-
1. In the **Set up pipleine job** window, specify your new pipeline inputs.
177+
1. In the **Set up pipeline job** window, specify your new pipeline inputs.
178178

179179
:::image type="content" source="media/how-to-use-pipeline-parameter/resubmit-pipeline-run.png" alt-text="Screenshot that shows how to resubmit a pipeline with pipeline inputs." lightbox ="media/how-to-use-pipeline-parameter/resubmit-pipeline-run.png":::
180180

0 commit comments

Comments
 (0)