Skip to content

Commit b50fc5c

Browse files
Merge pull request #214706 from xiaoharper/seperateAssetLibrary
update screenshot
2 parents 6539a01 + 53a6aa4 commit b50fc5c

File tree

7 files changed

+19
-5
lines changed

7 files changed

+19
-5
lines changed

articles/machine-learning/how-to-create-component-pipelines-ui.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ In this article, you'll learn how to create and run [machine learning pipelines]
3737
3838
## Register component in your workspace
3939
40+
>[!Note]
41+
> Designer supports two type of components, classic prebuilt components and custom components. These two types of components are not compatible.
42+
>
43+
>Classic prebuilt components provides prebuilt components majorly for data processing and traditional machine learning tasks like regression and classification. This type of component continues to be supported but will not have any new components added.
44+
>
45+
>
46+
>Custom components allow you to provide your own code as a component. It supports sharing across workspaces and seamless authoring across Studio, CLI, and SDK interfaces.
47+
>
48+
>This article applies to custom components.
49+
4050
To build pipeline using components in UI, you need to register components to your workspace first. You can use CLI or SDK to register components to your workspace, so that you can share and reuse the component within the workspace. Registered components support automatic versioning so you can update the component but assure that pipelines that require an older version will continue to work.
4151
4252
In the example below take using CLI for example. If you want to learn more about how to build a component, see [Create and run pipelines using components with CLI](how-to-create-component-pipelines-cli.md).
341 KB
Loading
174 KB
Loading
52.4 KB
Loading
772 KB
Loading

articles/machine-learning/tutorial-designer-automobile-price-train-score.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,16 @@ You need an Azure Machine Learning workspace to use the designer. The workspace
6363
6464
1. Sign in to <a href="https://ml.azure.com?tabs=jre" target="_blank">ml.azure.com</a>, and select the workspace you want to work with.
6565

66-
1. Select **Designer**.
66+
1. Select **Designer** -> **Classic prebuilt**
6767

6868
:::image type="content" source="./media/tutorial-designer-automobile-price-train-score/launch-designer.png" alt-text="Screenshot of the visual workspace showing how to access the designer.":::
6969

70-
1. Select **Easy-to-use prebuilt components**.
70+
1. Select **Create a new pipeline using classic prebuilt components**.
71+
72+
1. Click the pencil icon beside the automatically generated pipeline draft name, rename it to *Automobile price prediction*. The name doesn't need to be unique.
73+
74+
![Screenshot of pencil icon to change pipeline draft name.](./media/tutorial-designer-automobile-price-train-score/change-pipeline-draft-name.png)
7175

72-
1. Open the ![Screenshot of the gear icon that is in the UI.](./media/tutorial-designer-automobile-price-train-score/gear-icon.png) **Settings** pane to the right of the canvas, and scroll to **Draft name** text box. Rename it to *Automobile price prediction*. The name doesn't need to be unique.
7376

7477
## Set the default compute target
7578

@@ -100,11 +103,12 @@ You can set a **Default compute target** for the entire pipeline, which will tel
100103

101104
There are several sample datasets included in the designer for you to experiment with. For this tutorial, use **Automobile price data (Raw)**.
102105

103-
1. To the left of the pipeline canvas is a palette of datasets and components. Select **Data**.
106+
1. To the left of the pipeline canvas is a palette of datasets and components. Select **Component** -> **Sample data**.
104107

105108
1. Select the dataset **Automobile price data (Raw)**, and drag it onto the canvas.
106109

107-
:::image type="content" source="./media/tutorial-designer-automobile-price-train-score/drag-data.gif" alt-text="Gif of dragging the Automobile price data to the canvas.":::
110+
:::image type="content" source="./media/tutorial-designer-automobile-price-train-score/automobile-data.png" alt-text="Gif of dragging the Automobile price data to the canvas.":::
111+
108112

109113
### Visualize the data
110114

0 commit comments

Comments
 (0)