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-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ In this example, you create a pipeline parameter that defines how a pipeline fil
65
65
66
66
:::image type="content" source="media/how-to-use-pipeline-parameter/create-pipeline-parameter.png" alt-text="Screenshot that shows how to create a pipeline parameter." lightbox ="media/how-to-use-pipeline-parameter/create-pipeline-parameter.png":::
67
67
68
+
1. Select **Save**.
69
+
68
70
After you create a pipeline parameter, you must [attach it to the component parameter](#attach-a-component-parameter-to-a-pipeline-parameter) that you want to dynamically set.
69
71
70
72
### Option 2: Promote a component parameter
@@ -92,6 +94,8 @@ If you want to submit your pipeline with variable datasets, you need to promote
92
94
93
95
:::image type="content" source="media/how-to-use-pipeline-parameter/set-dataset-as-pipeline-parameter.png" alt-text="Screenshot that shows how to set dataset as pipeline parameter." lightbox ="media/how-to-use-pipeline-parameter/set-dataset-as-pipeline-parameter.png":::
94
96
97
+
1. Select **Save**.
98
+
95
99
You can now specify a different dataset by using the pipeline parameter the next time you run the pipeline.
96
100
97
101
## Attach a component parameter to or detach a component pipeline from a pipeline parameter
@@ -112,6 +116,8 @@ In the following example, the **Clean Missing Data** component is duplicated. Fo
112
116
113
117
:::image type="content" source="media/how-to-use-pipeline-parameter/attach-replace-value-to-pipeline-parameter.png" alt-text="Screenshot that shows how to attach a pipeline parameter." lightbox ="media/how-to-use-pipeline-parameter/attach-replace-value-to-pipeline-parameter.png":::
114
118
119
+
1. Select **Save**.
120
+
115
121
You have successfully attached the **Minimum missing value ratio** field to your pipeline parameter.
116
122
117
123
### Detach a component parameter from a pipeline parameter
@@ -139,20 +145,18 @@ Complete the following steps to delete a dataset pipeline parameter:
139
145
140
146
1. Double-click the dataset component.
141
147
1. Clear the **Set as pipeline input** checkbox.
148
+
1. Select **Save**.
142
149
143
150
### Delete component pipeline parameters
144
151
145
152
Complete the following steps to delete a component pipeline parameter:
146
153
147
154
1. To the right of the canvas, select **Pipeline interface**.
148
155
149
-
1. Select the ellipsis button (**...**) next to the pipeline parameter.
150
-
151
-
This view displays components that the pipeline parameter is attached to.
156
+
1. Select the recycle bin icon next to the pipeline parameter.
152
157
153
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":::
154
159
155
-
1. Select the recycle bin icon.
156
160
1. Confirm the deletion in the resulting pop-up window.
0 commit comments