Skip to content

Commit 927723d

Browse files
authored
Merge pull request #153077 from likebupt/designer-pipeline-parameter
Designer pipeline parameter
2 parents dd9b8f9 + b69c3e0 commit 927723d

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: machine-learning
77
ms.subservice: core
88
ms.author: keli19
99
author: likebupt
10-
ms.date: 03/19/2021
10+
ms.date: 04/09/2020
1111
ms.topic: conceptual
1212
ms.custom: how-to, designer
1313
---
@@ -90,9 +90,11 @@ If you want to submit your pipeline with variable datasets, you must promote you
9090

9191
You can now specify a different dataset by using the pipeline parameter the next time you run the pipeline.
9292

93-
## Attach module parameter to pipeline parameter
93+
## Attach and detach module parameter to pipeline parameter
9494

95-
In this section, you will learn how to attach module parameter to pipeline parameter.
95+
In this section, you will learn how to attach and detach module parameter to pipeline parameter.
96+
97+
### Attach module parameter to pipeline parameter
9698

9799
You can attach the same module parameters of duplicated modules to the same pipeline parameter if you want to alter the value at one time when triggering the pipeline run.
98100

@@ -110,10 +112,16 @@ The following example has duplicated **Clean Missing Data** module. For each **C
110112

111113
![Screenshot that shows how to attach a pipeline parameter](media/how-to-use-pipeline-parameter/attach-replace-value-to-pipeline-parameter.png)
112114

113-
You have successfully attached the **Replacement value** field to your pipeline parameter. The **Replacement value** in the modules are non-actionable.
115+
You have successfully attached the **Replacement value** field to your pipeline parameter.
114116

115-
![Screenshot that shows non-actionable after attaching to pipeline parameter](media/how-to-use-pipeline-parameter/non-actionable-module-parameter.png)
116117

118+
### Detach module parameter to pipeline parameter
119+
120+
After you attach **Replacement value** to pipeline parameter, it is non-actionable.
121+
122+
You can detach module parameter to pipeline parameter by clicking the ellipses (**...**) next to the module parameter, and select **Detach from pipeline parameter**.
123+
124+
![Screenshot that shows non-actionable after attaching to pipeline parameter](media/how-to-use-pipeline-parameter/non-actionable-module-parameter.png)
117125

118126
## Update and delete pipeline parameters
119127

@@ -128,7 +136,7 @@ Use the following steps to update a module pipeline parameter:
128136

129137
### Delete a dataset pipeline parameter
130138

131-
Use the following steps to detach a dataset pipeline parameter:
139+
Use the following steps to delete a dataset pipeline parameter:
132140

133141
1. Select the dataset module.
134142
1. Uncheck the option **Set as pipeline parameter**.
@@ -142,22 +150,14 @@ Use the following steps to delete a module pipeline parameter:
142150

143151
1. Select the ellipses (**...**) next to the pipeline parameter.
144152

145-
This view shows you which modules the pipeline parameter is attached to. To delete a pipeline parameter, you must first detach it from any module parameters.
146-
147-
![Screenshot that shows the current pipeline parameter applied to a module](media/how-to-use-pipeline-parameter/current-pipeline-parameter.png)
153+
This view shows you which modules the pipeline parameter is attached to.
148154

149-
1. In the canvas, select a module that the pipeline parameter is still attached to.
150-
1. In the module properties pane to the right, find the field that the pipeline parameter is attached to.
151-
1. Mouseover the attached field. Then, select the ellipses (**...**) that appear.
152-
1. Select **Detach from pipeline parameter**
155+
![Screenshot that shows the current pipeline parameter applied to a module](media/how-to-use-pipeline-parameter/delete-pipeline-parameter2.png)
153156

154-
![Screenshot that shows detaching from pipeline parameters](media/how-to-use-pipeline-parameter/detach-from-pipeline-parameter.png)
155-
156-
1. Repeat the previous steps until you detached the pipeline parameter from all fields.
157-
1. Select the ellipses (**...**) next to the pipeline parameter.
158157
1. Select **Delete parameter** to delete the pipeline parameter.
159158

160-
![Screenshot that shows deleting pipeline parameters](media/how-to-use-pipeline-parameter/delete-pipeline-parameter.png)
159+
> [!NOTE]
160+
> Deleting a pipeline parameter will cause all attached module parameters to be detached and the value of detached module parameters will keep current pipeline parameter value.
161161
162162
## Trigger a pipeline run with pipeline parameters
163163

88.3 KB
Loading

0 commit comments

Comments
 (0)