Skip to content

Commit 755d624

Browse files
committed
updates
1 parent d8a250d commit 755d624

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ 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-
After you create a pipeline parameter, you must [attach it to the component parameter](#attach-component-parameter-to-pipeline-parameter) that you want to dynamically set.
68+
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.
6969

7070
### Option 2: Promote a component parameter
7171

@@ -112,11 +112,11 @@ In the following example, the **Clean Missing Data** component is duplicated. Fo
112112

113113
:::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":::
114114

115-
You have successfully attached the **Replacement value** field to your pipeline parameter.
115+
You have successfully attached the **Minimum missing value ratio** field to your pipeline parameter.
116116

117117
### Detach a component parameter from a pipeline parameter
118118

119-
When you detach a **Replacement value** from a pipeline parameter, it's not actionable.
119+
When you detach a component parameter from a pipeline parameter, it's not actionable.
120120

121121
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**.
122122

0 commit comments

Comments
 (0)