Skip to content

Commit 79d5222

Browse files
committed
updates
1 parent c10c852 commit 79d5222

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ In this example, you create a pipeline parameter that defines how a pipeline fil
6565

6666
:::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":::
6767

68+
1. Select **Save**.
69+
6870
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.
6971

7072
### Option 2: Promote a component parameter
@@ -92,6 +94,8 @@ If you want to submit your pipeline with variable datasets, you need to promote
9294

9395
:::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":::
9496

97+
1. Select **Save**.
98+
9599
You can now specify a different dataset by using the pipeline parameter the next time you run the pipeline.
96100

97101
## 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
112116

113117
:::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":::
114118

119+
1. Select **Save**.
120+
115121
You have successfully attached the **Minimum missing value ratio** field to your pipeline parameter.
116122

117123
### Detach a component parameter from a pipeline parameter
@@ -139,20 +145,18 @@ Complete the following steps to delete a dataset pipeline parameter:
139145

140146
1. Double-click the dataset component.
141147
1. Clear the **Set as pipeline input** checkbox.
148+
1. Select **Save**.
142149

143150
### Delete component pipeline parameters
144151

145152
Complete the following steps to delete a component pipeline parameter:
146153

147154
1. To the right of the canvas, select **Pipeline interface**.
148155

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

153158
:::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":::
154159

155-
1. Select the recycle bin icon.
156160
1. Confirm the deletion in the resulting pop-up window.
157161

158162
> [!NOTE]

0 commit comments

Comments
 (0)