You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-create-component-pipelines-ui.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,16 @@ In this article, you'll learn how to create and run [machine learning pipelines]
37
37
38
38
## Register component in your workspace
39
39
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
+
40
50
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.
41
51
42
52
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).
Copy file name to clipboardExpand all lines: articles/machine-learning/tutorial-designer-automobile-price-train-score.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,13 +63,16 @@ You need an Azure Machine Learning workspace to use the designer. The workspace
63
63
64
64
1. Sign in to <ahref="https://ml.azure.com?tabs=jre"target="_blank">ml.azure.com</a>, and select the workspace you want to work with.
65
65
66
-
1. Select **Designer**.
66
+
1. Select **Designer** -> **Classic prebuilt**
67
67
68
68
:::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.":::
69
69
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
+

71
75
72
-
1. Open the **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.
73
76
74
77
## Set the default compute target
75
78
@@ -100,11 +103,12 @@ You can set a **Default compute target** for the entire pipeline, which will tel
100
103
101
104
There are several sample datasets included in the designer for you to experiment with. For this tutorial, use **Automobile price data (Raw)**.
102
105
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**.
104
107
105
108
1. Select the dataset **Automobile price data (Raw)**, and drag it onto the canvas.
106
109
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.":::
0 commit comments