Skip to content

Commit 6ec8792

Browse files
committed
freshness - designer v2
1 parent 76a7b95 commit 6ec8792

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/machine-learning/concept-designer.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ ms.topic: concept-article
88
ms.author: lagayhar
99
ms.reviewer: lagayhar
1010
author: lgayhardt
11-
ms.date: 05/21/2024
11+
ms.date: 09/09/2025
1212
ms.custom:
1313
- designer
1414
- sfi-image-nochange
1515
---
1616

1717
# What is Designer (v2) in Azure Machine Learning?
1818

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

2121
> [!IMPORTANT]
2222
> Designer in Azure Machine Learning supports two types of pipelines, which use classic prebuilt (v1) or custom (v2) components. The two component types aren't compatible within pipelines. **This article applies to Designer (v2) with custom components.**
@@ -31,17 +31,17 @@ The following animated GIF shows how you can build a pipeline visually in Design
3131

3232
## Asset libraries
3333

34-
Designer uses building blocks from Azure Machine Learning asset libraries to create pipelines. The asset libraries include the following pipeline building blocks:
34+
Designer creates pipelines using building blocks from Azure Machine Learning asset libraries. The asset libraries include these pipeline building blocks:
3535

3636
- [Data](concept-data.md)
3737
- [Models](how-to-manage-models.md?view=azureml-api-2&preserve-view=true&tabs=cli)
3838
- [Components](concept-component.md)
3939

40-
The **Data**, **Model**, and **Component** tabs on the left side of Designer show assets in your workspace and in all Azure Machine Learning [registries](./how-to-share-models-pipelines-across-workspaces-with-registries.md) that you have access to.
40+
The **Data**, **Model**, and **Component** tabs on the left side of Designer show assets in your workspace and in all Azure Machine Learning [registries](./how-to-share-models-pipelines-across-workspaces-with-registries.md) that you can access.
4141

4242
:::image type="content" source="./media/concept-designer/asset-library.png" alt-text="Screenshot of the asset libraries filtered for one registry." lightbox= "./media/concept-designer/asset-library.png":::
4343

44-
To view assets from specific registries, select the **Registry name** filter. The assets you created in your current workspace are in the **Workspace** registry. The assets provided by Azure Machine Learning are in the **azureml** registry.
44+
To view assets from specific registries, select the **Registry name** filter. Assets you created in your current workspace are in the **Workspace** registry. Assets provided by Azure Machine Learning are in the **azureml** registry.
4545

4646
To learn how to create data and component assets in your workspace, see the following articles:
4747

@@ -50,11 +50,11 @@ To learn how to create data and component assets in your workspace, see the foll
5050

5151
## Pipelines
5252

53-
You can use Designer to visually build pipelines with your assets. You can either create new pipelines or clone and build on existing pipeline jobs.
53+
You can use Designer to visually build pipelines with your assets. Create new pipelines or clone and build on existing pipeline jobs.
5454

5555
### New pipelines
5656

57-
Selecting the **+** symbol under **New pipeline** at the top of the Designer screen creates a new pipeline to build from scratch. Be sure to select the **Custom** option so you can use custom components.
57+
Select the **+** symbol under **New pipeline** at the top of the Designer screen to create a new pipeline from scratch. Be sure to select the **Custom** option so you can use custom components.
5858

5959
:::image type="content" source="./media/concept-designer/new-pipeline.png" alt-text="Screenshot of selecting new pipeline with custom components." lightbox= "./media/concept-designer/new-pipeline.png":::
6060

@@ -70,18 +70,18 @@ You can edit a pipeline draft anytime by adding or removing components, configur
7070

7171
:::image type="content" source="./media/concept-designer/edit-pipeline.png" alt-text="Screenshot of a draft pipeline being edited." lightbox= "./media/concept-designer/edit-pipeline.png":::
7272

73-
A valid pipeline draft has the following characteristics:
73+
A valid pipeline draft has these characteristics:
7474

7575
- Data assets can connect only to components.
76-
- Components can connect only to either data assets or to other components.
76+
- Components can connect only to data assets or to other components.
7777
- All required input ports for components must have some connection to the data flow.
7878
- All required parameters for each component must be set.
7979

80-
When you're ready to run your pipeline draft, you save it and submit it as a pipeline job.
80+
When you're ready to run your pipeline draft, save it and submit it as a pipeline job.
8181

8282
### Pipeline jobs
8383

84-
Each time you run a pipeline, the pipeline configuration and results are stored in your workspace as a pipeline job. You can resubmit any past pipeline job, inspect it for troubleshooting or auditing, or clone it to create a new pipeline draft for further editing.
84+
Each time you run a pipeline, the pipeline configuration and results are stored in your workspace as a pipeline job. You can resubmit any past pipeline job, inspect it for troubleshooting or auditing, or clone it to create a new pipeline draft for editing.
8585

8686
:::image type="content" source="./media/concept-designer/pipeline-job.png" alt-text="Screenshot of pipeline job list." lightbox= "./media/concept-designer/pipeline-job.png":::
8787

@@ -91,10 +91,10 @@ You can edit and resubmit your pipelines. After submitting, you can see the line
9191

9292
### Cloned pipeline jobs
9393

94-
If you want to base a new pipeline on an existing pipeline job in the workspace, you can clone the job into a new pipeline draft to continue editing.
94+
To base a new pipeline on an existing pipeline job in the workspace, clone the job into a new pipeline draft to continue editing.
9595

9696
:::image type="content" source="./media/concept-designer/pipeline-clone.png" alt-text="Screenshot of a pipeline job in the workspace with the clone button highlighted." lightbox= "./media/concept-designer/pipeline-clone.png":::
97-
After cloning, you can find out which pipeline job the new pipeline was cloned from by selecting **Show lineage**.
97+
After cloning, you can find which pipeline job the new pipeline was cloned from by selecting **Show lineage**.
9898

9999
:::image type="content" source="./media/concept-designer/draft-show-lineage.png" alt-text="Screenshot showing the draft lineage after selecting Show lineage." lightbox= "./media/concept-designer/draft-show-lineage.png":::
100100

0 commit comments

Comments
 (0)