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/v1/concept-designer.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ms.custom: UpdateFrequency5, designer, training
18
18
The Azure Machine Learning designer is a drag-and-drop interface used to train and deploy models in Azure Machine Learning studio. This article describes the tasks you can do in the designer.
19
19
20
20
> [!IMPORTANT]
21
-
> Designer in Azure Machine Learning supports two types of pipeline components: classic prebuilt (v1) or custom (v2). *This article applies to classic prebuilt (v1) components.* The two component types aren't compatible in pipelines, and designer v1 isn't compatible with CLI v2 and SDK v2.
21
+
> Designer in Azure Machine Learning supports two types of pipelines that use classic prebuilt (v1) or custom (v2)components. The two component types aren't compatible within pipelines, and designer v1 isn't compatible with CLI v2 and SDK v2.*This article applies to pipelines that use classic prebuilt (v1) components.*
22
22
>
23
23
> -**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.
24
24
>
@@ -41,18 +41,17 @@ The designer uses your Azure Machine Learning [workspace](../concept-workspace.m
41
41
-[Published pipeline jobs](#publish)
42
42
-[Real-time endpoints](#deploy)
43
43
44
-
The following diagram illustrates how you can use the Designer visual canvas to build an end-to-end machine learning workflow. You can train, test, and deploy models, all in the designer interface.
44
+
The following diagram illustrates how you can use the designer to build an end-to-end machine learning workflow. You can train, test, and deploy models, all in the designer interface.
45
45
46
-
:::image type="content" source="../media/concept-designer/designer-workflow-diagram.png" alt-text="Workflow diagram for training, batch inference, and real-time inference in the designer." border="none":::
46
+
:::image type="content" source="../media/concept-designer/designer-workflow-diagram.png" alt-text="Workflow diagram for training, batch inference, and real-time inference in the designer." border="false":::
47
47
48
-
1. Drag-and-drop [data assets](#data) and [components](#components) onto the canvas.
49
-
1. Connect the components to create a [pipeline draft](#pipeline-draft).
50
-
1. Submit a [pipeline job](#pipeline-jobs) that uses the compute resources in your Azure Machine Learning workspace.
51
-
1. Convert your *training pipelines* to *inference pipelines*.
52
-
1.[Publish](#publish) your pipelines to a REST *pipeline endpoint* to submit new pipelines that run with different parameters and data assets.
53
-
- Publish a *training pipeline* to reuse a single pipeline to train multiple models while changing parameters and data assets.
54
-
- Publish a *batch inference pipeline* to make predictions on new data by using a previously trained model.
55
-
1.[Deploy](#deploy) a *real-time inference pipeline* to an online endpoint to make predictions on new data in real time.
48
+
- Drag-and-drop [data assets](#data) and [components](#components) onto the designer visual canvas, and connect the components to create a [pipeline draft](#pipeline-drafts).
49
+
- Submit a [pipeline job](#pipeline-jobs) that uses the compute resources in your Azure Machine Learning workspace.
50
+
- Convert your **training pipelines** to **inference pipelines**.
51
+
-[Publish](#publish) your pipelines to a REST **pipeline endpoint** to submit new pipelines that run with different parameters and data assets.
52
+
- Publish a **training pipeline** to reuse a single pipeline to train multiple models while changing parameters and data assets.
53
+
- Publish a **batch inference pipeline** to make predictions on new data by using a previously trained model.
54
+
-[Deploy](#deploy) a **real-time inference pipeline** to an online endpoint to make predictions on new data in real time.
56
55
57
56
## Data
58
57
@@ -96,7 +95,7 @@ When you're ready to run your pipeline draft, you save the pipeline and submit a
96
95
97
96
Each time you run a pipeline, the configuration of the pipeline and its results are stored in your workspace as a *pipeline job*. Pipeline jobs are grouped into *experiments* to organize job history.
98
97
99
-
You can go back to any pipeline job to inspect it for troubleshooting or auditing. *Clone* a pipeline job to create a new pipeline draft to edit.
98
+
You can go back to any pipeline job to inspect it for troubleshooting or auditing. **Clone** a pipeline job to create a new pipeline draft to edit.
0 commit comments