Skip to content

Commit b910a16

Browse files
committed
edits
1 parent 6446e18 commit b910a16

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

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

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -133,54 +133,52 @@ In this section, you learn how to update and delete pipeline parameters.
133133

134134
### Update pipeline parameters
135135

136-
Use the following steps to update a component pipeline parameter:
136+
Complete the following steps to update a component pipeline parameter:
137137

138138
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.
140140

141141
### Delete a dataset pipeline parameter
142142

143-
Use the following steps to delete a dataset pipeline parameter:
143+
Complete the following steps to delete a dataset pipeline parameter:
144144

145145
1. Select the dataset component.
146-
1. Uncheck the option **Set as pipeline parameter**.
147-
146+
1. Clear the **Set as pipeline parameter** option.
148147

149148
### Delete component pipeline parameters
150149

151-
Use the following steps to delete a component pipeline parameter:
150+
Complete the following steps to delete a component pipeline parameter:
152151

153152
1. At the top of the canvas, select the gear icon.
154153

155-
1. Select the ellipses (**...**) next to the pipeline parameter.
154+
1. Select the ellipsis button (**...**) next to the pipeline parameter.
156155

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.
158157

159-
![Screenshot that shows the current pipeline parameter applied to a component](media/how-to-use-pipeline-parameter/delete-pipeline-parameter2.png)
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":::
160159

161-
1. Select **Delete parameter** to delete the pipeline parameter.
160+
1. Select **Delete parameter**.
162161

163162
> [!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.
165164
166-
## Trigger a pipeline job with pipeline parameters
165+
## Supply pipeline parameters when you trigger a pipeline job
167166

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.
169168

170169
### Resubmit a pipeline job
171170

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:
175172

173+
1. Go to pipeline detail page. In the **Pipeline run overview** pane, you can check current pipeline parameters and values.
176174
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.
178176

179-
![Screenshot that shows resubmit pipeline with pipeline parameters](media/how-to-use-pipeline-parameter/resubmit-pipeline-run.png)
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":::
180178

181179
### Use published pipelines
182180

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.
184182

185183
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).
186184

0 commit comments

Comments
 (0)