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
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,29 +130,30 @@ In this section, you learn how to update and delete pipeline parameters.
130
130
131
131
Complete the following steps to update a component pipeline parameter:
132
132
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.
135
135
136
136
### Delete a dataset pipeline parameter
137
137
138
138
Complete the following steps to delete a dataset pipeline parameter:
139
139
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.
142
142
143
143
### Delete component pipeline parameters
144
144
145
145
Complete the following steps to delete a component pipeline parameter:
146
146
147
-
1.At the top of the canvas, select the gear icon.
147
+
1.To the right of the canvas, select **Pipeline interface**.
148
148
149
149
1. Select the ellipsis button (**...**) next to the pipeline parameter.
150
150
151
151
This view displays components that the pipeline parameter is attached to.
152
152
153
153
:::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":::
154
154
155
-
1. Select **Delete parameter**.
155
+
1. Select the recycle bin icon.
156
+
1. Confirm the deletion in the resulting pop-up window.
156
157
157
158
> [!NOTE]
158
159
> 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
167
168
168
169
1. Go to pipeline detail page. In the **Pipeline run overview** pane, you can check current pipeline parameters and values.
169
170
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.
171
172
172
173
:::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":::
0 commit comments