Skip to content

Commit 665cdeb

Browse files
committed
changes
1 parent a860477 commit 665cdeb

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/machine-learning/concept-designer.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,21 @@ ms.date: 05/21/2024
1212
ms.custom: designer
1313
---
1414

15-
# What is Designer (v2) in Azure Machine Learning studio?
15+
# What is Designer (v2) in Azure Machine Learning?
1616

1717
Designer in Azure Machine Learning studio is a drag-and-drop user interface for building machine learning pipelines in Azure Machine Learning workspaces.
1818

19+
> [!IMPORTANT]
20+
> Designer in Azure Machine Learning supports two types of pipeline components: classic prebuilt (v1) or custom (v2). *This article applies to custom (v2) components.* The two component types aren't compatible in pipelines.
21+
>
22+
> - **Classic prebuilt components (v1)** support typical data processing and machine learning tasks like regression and classification. Azure Machine Learning continues to support the existing classic prebuilt components, but no new prebuilt components are being added. For information about classic prebuilt components and the v1 designer, see [Azure Machine Learning designer (v1)](https://learn.microsoft.com/azure/machine-learning/concept-designer?view=azureml-api-1&preserve-view=true).
23+
>
24+
> - **Custom components (v2)** let you wrap your own code as components, enabling sharing across workspaces and seamless authoring across Azure Machine Learning studio, CLI v2, and SDK v2 interfaces. It's best to use custom components for new projects, because they're compatible with Azure Machine Learning v2 and continue to receive new updates.
25+
1926
The following animated GIF shows how you can build a pipeline visually in Designer by dragging and dropping assets and connecting them.
2027

2128
:::image type="content" source="./media/concept-designer/designer-drag-and-drop.gif" alt-text="GIF of a building a pipeline in the designer." lightbox= "./media/concept-designer/designer-drag-and-drop.gif":::
2229

23-
## Classic prebuilt (v1) or custom (v2) components
24-
25-
Designer supports two types of pipeline components: classic prebuilt (v1) or custom (v2). These two types aren't compatible in pipelines. *This article applies to custom components.*
26-
27-
- **Classic prebuilt components (v1)** support typical data processing and machine learning tasks like regression and classification. Azure Machine Learning continues to support the existing classic prebuilt components, but no new prebuilt components are being added. For information about classic prebuilt components and Designer (v1), see [Azure Machine Learning designer (v1)](https://learn.microsoft.com/azure/machine-learning/concept-designer?view=azureml-api-1&preserve-view=true).
28-
29-
- **Custom components (v2)** let you wrap your own code as components, enabling sharing across workspaces and seamless authoring across Azure Machine Learning studio, CLI v2, and SDK v2 interfaces. It's best to use custom components for new projects, because they're compatible with Azure Machine Learning v2 and continue to receive new updates.
30-
3130
## Asset libraries
3231

3332
Designer uses building blocks from Azure Machine Learning asset libraries to create pipelines. The asset libraries include the following pipeline building blocks:

0 commit comments

Comments
 (0)