Skip to content

Commit 8c8ff10

Browse files
committed
updates
1 parent c833cdb commit 8c8ff10

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

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

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ In this section, you create a pipeline parameter in the settings panel.
5555

5656
In this example, you create a pipeline parameter that defines how a pipeline fills in missing data with the **Clean missing data** component.
5757

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**.
5959

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`.
6161

6262
1. Enter a name for the parameter and a default value.
6363

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

@@ -98,21 +98,17 @@ You can now specify a different dataset by using the pipeline parameter the next
9898

9999
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.
100100

101-
### Attach component parameter to pipeline parameter
101+
### Attach a component parameter to a pipeline parameter
102102

103103
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.
104104

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**:
106106

107-
1. Select the **Clean Missing Data** component.
107+
1. Double-click the **Clean Missing Data** component.
108108

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

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`.
116112

117113
:::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":::
118114

@@ -122,7 +118,7 @@ You have successfully attached the **Replacement value** field to your pipeline
122118

123119
When you detach a **Replacement value** from a pipeline parameter, it's not actionable.
124120

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**.
126122

127123
:::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":::
128124

44.1 KB
Loading

0 commit comments

Comments
 (0)