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
+17-19Lines changed: 17 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,54 +133,52 @@ In this section, you learn how to update and delete pipeline parameters.
133
133
134
134
### Update pipeline parameters
135
135
136
-
Use the following steps to update a component pipeline parameter:
136
+
Complete the following steps to update a component pipeline parameter:
137
137
138
138
1. At the top of the canvas, select the gear icon.
139
-
1. In the **Pipeline parameters** section, you can view and update the name and default value for all of your pipeline parameter.
139
+
1. In the **Pipeline parameters** section, you can view and update the name and default value for all of your pipeline parameters.
140
140
141
141
### Delete a dataset pipeline parameter
142
142
143
-
Use the following steps to delete a dataset pipeline parameter:
143
+
Complete the following steps to delete a dataset pipeline parameter:
144
144
145
145
1. Select the dataset component.
146
-
1. Uncheck the option **Set as pipeline parameter**.
147
-
146
+
1. Clear the **Set as pipeline parameter** option.
148
147
149
148
### Delete component pipeline parameters
150
149
151
-
Use the following steps to delete a component pipeline parameter:
150
+
Complete the following steps to delete a component pipeline parameter:
152
151
153
152
1. At the top of the canvas, select the gear icon.
154
153
155
-
1. Select the ellipses (**...**) next to the pipeline parameter.
154
+
1. Select the ellipsis button (**...**) next to the pipeline parameter.
156
155
157
-
This view shows you which components the pipeline parameter is attached to.
156
+
This view displays components that the pipeline parameter is attached to.
158
157
159
-

158
+
:::image type="content" source="media/how-to-use-pipeline-parameter/delete-pipeline-parameter2.png" alt-text="Screenshot that shows the current pipeline parameter applied to a component." lightbox ="media/how-to-use-pipeline-parameter/delete-pipeline-parameter2.png":::
160
159
161
-
1. Select **Delete parameter** to delete the pipeline parameter.
160
+
1. Select **Delete parameter**.
162
161
163
162
> [!NOTE]
164
-
> Deleting a pipeline parameter will cause all attached component parameters to be detached and the value of detached component parameters will keep current pipeline parameter value.
163
+
> Deleting a pipeline parameter causes all attached component parameters to be detached. The values of detached component parameters will keep current pipeline parameter values.
165
164
166
-
## Trigger a pipeline job with pipeline parameters
165
+
## Supply pipeline parameters when you trigger a pipeline job
167
166
168
-
In this section, you learn how to submit a pipeline job while setting pipeline parameters.
167
+
In this section, you learn how to supply pipeline paramaters when you submit a pipeline job.
169
168
170
169
### Resubmit a pipeline job
171
170
172
-
After submitting a pipeline with pipeline parameters, you can resubmit a pipeline job with different parameters:
173
-
174
-
1. Go to pipeline detail page. In the **Pipeline job overview** window, you can check current pipeline parameters and values.
171
+
After you submit a pipeline with pipeline parameters, you can resubmit the job with different parameters:
175
172
173
+
1. Go to pipeline detail page. In the **Pipeline run overview** pane, you can check current pipeline parameters and values.
176
174
1. Select **Resubmit**.
177
-
1. In the **Setup pipeline job**, specify your new pipeline parameters.
175
+
1. In the **Set up pipleine run** window, specify your new pipeline parameters.
178
176
179
-

177
+
:::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 parameters." lightbox ="media/how-to-use-pipeline-parameter/resubmit-pipeline-run.png":::
180
178
181
179
### Use published pipelines
182
180
183
-
You can also publish a pipeline to use its pipeline parameters. A **published pipeline** is a pipeline that has been deployed to a compute resource, which client applications can invoke via a REST endpoint.
181
+
You can also publish a pipeline to use its pipeline parameters. A *published pipeline* is a pipeline that has been deployed to a compute resource. Client applications can invoke the pipeline via a REST endpoint.
184
182
185
183
Published endpoints are especially useful for retraining and batch prediction scenarios. For more information, see [How to retrain models in the designer](how-to-retrain-designer.md) or [Run batch predictions in the designer](how-to-run-batch-predictions-designer.md).
0 commit comments