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
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,13 @@ In this section, you create a pipeline parameter in the settings panel.
55
55
56
56
In this example, you create a pipeline parameter that defines how a pipeline fills in missing data with the **Clean missing data** component.
57
57
58
-
1.Next to the name of your pipeline draft, select the gear button to open the **Settings** panel.
58
+
1.In your pipeline draft, select **Piepleline interface**.
59
59
60
-
1. In the **Pipeline parameters** section, select the **+** button.
60
+
1. In the **Pipeline interface** section, select the **+** button and then select an input type, for example, `Double`.
61
61
62
62
1. Enter a name for the parameter and a default value.
63
63
64
-
For example, enter `replace-missing-value` as parameter name and `0` as the default value.
64
+
For example, enter `minimum-missing-value-ratio-2` as parameter name and `0.1` as the default value.
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
@@ -98,21 +98,17 @@ You can now specify a different dataset by using the pipeline parameter the next
98
98
99
99
In this section, you learn how to attach a component parameter to a pipeline parameter and how to detach a component parameter from a pipeline parameter.
100
100
101
-
### Attach component parameter to pipeline parameter
101
+
### Attach a component parameter to a pipeline parameter
102
102
103
103
You can attach the component parameters of duplicated components to the same pipeline parameter if you want to alter the value one time when you trigger the pipeline job.
104
104
105
-
In the following example, the **Clean Missing Data** component is duplicated. For each **Clean Missing Data** component, attach a **Replacement value** to the pipeline parameter **replace-missing-value**:
105
+
In the following example, the **Clean Missing Data** component is duplicated. For each **Clean Missing Data** component, attach a **Minimum missing value ratio** to the pipeline parameter **minimum-missing-value-ratio-2**:
106
106
107
-
1.Select the **Clean Missing Data** component.
107
+
1.Double-click the **Clean Missing Data** component.
108
108
109
-
1.In the component detail pane, to the right of the canvas, set the **Cleaning mode** to **Custom substitution value**.
109
+
1.Select the ellipsis button (**...**) above the **Minimum missing value reatio** box.
110
110
111
-
1. Hover over the **Replacement value** field.
112
-
113
-
1. Select the ellipsis button (**...**) that appears.
114
-
115
-
1. Select the pipeline parameter `replace-missing-value`.
111
+
1. Select the pipeline parameter `minimum-missing-value-ratio-2`.
116
112
117
113
:::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":::
118
114
@@ -122,7 +118,7 @@ You have successfully attached the **Replacement value** field to your pipeline
122
118
123
119
When you detach a **Replacement value** from a pipeline parameter, it's not actionable.
124
120
125
-
You can detach a component parameter from a pipeline parameter by selecting the ellipsis button (**...**) next to the component parameter and then selecting **Detach from pipeline parameter**.
121
+
You can detach a component parameter from a pipeline parameter by selecting the ellipsis button (**...**) next to the component parameter and then selecting **Detach from pipeline input**.
126
122
127
123
:::image type="content" source="media/how-to-use-pipeline-parameter/non-actionable-module-parameter.png" alt-text="Screenshot that shows how to detach a component parameter." lightbox ="media/how-to-use-pipeline-parameter/non-actionable-module-parameter.png":::
0 commit comments