Skip to content

Commit bac543f

Browse files
committed
edits
1 parent b910a16 commit bac543f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,9 @@ After you create a pipeline parameter, you must [attach it to the component para
7171

7272
The easiest way to create a pipeline parameter for a component value is to promote a component parameter. Use the following steps to promote a component parameter to a pipeline parameter:
7373

74-
1. Select the component you want to attach a pipeline parameter to.
75-
1. In the component detail pane, hover over the parameter you want to specify.
76-
1. Select the ellipsis button (**...**) that appears.
77-
1. Select **Add to pipeline parameter**.
74+
1. Double-click the component you want to attach a pipeline parameter to.
75+
1. Select the ellipsis button (**...**) next to the parameter that you want to specify.
76+
1. Select **Add to pipeline input**.
7877

7978
:::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":::
8079

@@ -89,7 +88,7 @@ If you want to submit your pipeline with variable datasets, you need to promote
8988

9089
1. Select the dataset you want to turn into a pipeline parameter.
9190

92-
1. In the details pane of the dataset, select **Set as pipeline parameter**.
91+
1. In the details pane of the dataset, select **Set as pipeline input**.
9392

9493
:::image type="content" source="media/how-to-use-pipeline-parameter/set-dataset-as-pipeline-parameter.png" alt-text="Screenshot that shows how to set dataset as pipeline parameter." lightbox ="media/how-to-use-pipeline-parameter/set-dataset-as-pipeline-parameter.png":::
9594

73.2 KB
Loading
-46 KB
Loading

0 commit comments

Comments
 (0)