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
Copy file name to clipboardExpand all lines: articles/machine-learning/v1/how-to-use-pipeline-parameter.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ In this section, you create a pipeline input in the settings panel.
57
57
58
58
In this example, you create a pipeline input that defines how a pipeline fills in missing data with the **Clean missing data** component.
59
59
60
-
1. In your pipeline draft, select **Piepleline interface**.
60
+
1. In your pipeline draft, select **Pipeline interface**.
61
61
62
62
1. In the **Pipeline interface** section, select the **+** button and then select an input type, for example, `Double`.
63
63
@@ -81,7 +81,7 @@ The easiest way to create a pipeline input for a component value is to promote a
81
81
82
82
:::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":::
83
83
84
-
1. Enter a input name and a default value.
84
+
1. Enter an input name and a default value.
85
85
1. Select **Save**.
86
86
87
87
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
112
112
113
113
1. Double-click the **Clean Missing Data** component.
114
114
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.
116
116
117
117
1. Select the pipeline input `minimum-missing-value-ratio-2`.
118
118
@@ -166,15 +166,15 @@ Complete the following steps to delete a component pipeline input:
166
166
167
167
## Supply pipeline inputs when you trigger a pipeline job
168
168
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.
170
170
171
171
### Resubmit a pipeline job
172
172
173
173
After you submit a pipeline with pipeline inputs, you can resubmit the job with different inputs:
174
174
175
175
1. Go to pipeline detail page. In the **Pipeline run overview** pane, you can check current pipeline inputs and values.
176
176
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.
178
178
179
179
:::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":::
0 commit comments