Skip to content

Commit 0e1a4c4

Browse files
committed
updates
1 parent c7a4a6c commit 0e1a4c4

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,29 +130,30 @@ In this section, you learn how to update and delete pipeline parameters.
130130

131131
Complete the following steps to update a component pipeline parameter:
132132

133-
1. At the top of the canvas, select the gear icon.
134-
1. In the **Pipeline parameters** section, you can view and update the name and default value for all of your pipeline parameters.
133+
1. To the right of the canvas, select **Pipeline interface**.
134+
1. You can view and update the names and default values for all of your pipeline parameters.
135135

136136
### Delete a dataset pipeline parameter
137137

138138
Complete the following steps to delete a dataset pipeline parameter:
139139

140-
1. Select the dataset component.
141-
1. Clear the **Set as pipeline parameter** option.
140+
1. Double-click the dataset component.
141+
1. Clear the **Set as pipeline input** checkbox.
142142

143143
### Delete component pipeline parameters
144144

145145
Complete the following steps to delete a component pipeline parameter:
146146

147-
1. At the top of the canvas, select the gear icon.
147+
1. To the right of the canvas, select **Pipeline interface**.
148148

149149
1. Select the ellipsis button (**...**) next to the pipeline parameter.
150150

151151
This view displays components that the pipeline parameter is attached to.
152152

153153
:::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":::
154154

155-
1. Select **Delete parameter**.
155+
1. Select the recycle bin icon.
156+
1. Confirm the deletion in the resulting pop-up window.
156157

157158
> [!NOTE]
158159
> Deleting a pipeline parameter causes all attached component parameters to be detached. The values of detached component parameters will keep current pipeline parameter values.
@@ -167,7 +168,7 @@ After you submit a pipeline with pipeline parameters, you can resubmit the job w
167168

168169
1. Go to pipeline detail page. In the **Pipeline run overview** pane, you can check current pipeline parameters and values.
169170
1. Select **Resubmit**.
170-
1. In the **Set up pipleine run** window, specify your new pipeline parameters.
171+
1. In the **Set up pipleine job** window, specify your new pipeline parameters.
171172

172173
:::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":::
173174

0 commit comments

Comments
 (0)