Skip to content

Commit 90e5823

Browse files
committed
updates
1 parent eaef135 commit 90e5823

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
@@ -61,7 +61,7 @@ In this section, you create a pipeline parameter in the settings panel.
6161

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

64-
For example, enter `minimum-missing-value-ratio-2` as parameter name and `0.1` as the default value.
64+
For example, enter `minimum-missing-value-ratio-2` as input 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

@@ -79,7 +79,7 @@ The easiest way to create a pipeline parameter for a component value is to promo
7979

8080
:::image type="content" source="media/how-to-use-pipeline-parameter/promote-module-para-to-pipeline-para.png" alt-text="Screenshot that shows how to promote a component parameter to a pipeline parameter." lightbox ="media/how-to-use-pipeline-parameter/promote-module-para-to-pipeline-para.png":::
8181

82-
1. Enter a parameter name and a default value.
82+
1. Enter an input name and a default value.
8383
1. Select **Save**.
8484

8585
You can now specify new values for this parameter anytime you submit the pipeline.
@@ -88,7 +88,7 @@ You can now specify new values for this parameter anytime you submit the pipelin
8888

8989
If you want to submit your pipeline with variable datasets, you need to promote your dataset to a pipeline parameter:
9090

91-
1. Select the dataset you want to turn into a pipeline parameter.
91+
1. Double-click the dataset you want to turn into a pipeline parameter.
9292

9393
1. In the details pane of the dataset, select **Set as pipeline input**.
9494

0 commit comments

Comments
 (0)