Skip to content

Commit 63cc4bb

Browse files
committed
updates
1 parent 530bdc7 commit 63cc4bb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In this article, you learn how to do the following:
4141
> [!IMPORTANT]
4242
> If you don't see the UI elements mentioned in this article, such as buttons in studio or designer, you might not have the right level of permissions for the workspace. Contact your Azure subscription administrator to verify that you're granted the correct level of access. For more information, see [Manage users and roles](../how-to-assign-roles.md).
4343
44-
## Create a pipeline parameter
44+
## Create a pipeline input
4545

4646
There are three ways to create a pipeline input in the designer:
4747
- Create a pipeline input in the settings panel and bind it to a component.
@@ -55,8 +55,6 @@ There are three ways to create a pipeline input in the designer:
5555

5656
In this section, you create a pipeline input in the settings panel.
5757

58-
In this example, you create a pipeline input that defines how a pipeline fills in missing data with the **Clean missing data** component.
59-
6058
1. In your pipeline draft, select **Pipeline interface**.
6159

6260
1. In the **Pipeline interface** section, select the **+** button and then select an input type, for example, `Double`.
@@ -100,7 +98,7 @@ If you want to submit your pipeline with variable datasets, you need to promote
10098

10199
You can now specify a different dataset by using the pipeline input the next time you run the pipeline.
102100

103-
## Attach a component input to or detach a component pipeline from a pipeline input
101+
## Attach a component input to or detach a component input from a pipeline input
104102

105103
In this section, you learn how to attach a component input to a pipeline input and how to detach a component input from a pipeline input.
106104

0 commit comments

Comments
 (0)