Skip to content

Commit 4057c13

Browse files
committed
edits
1 parent d8d100f commit 4057c13

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

articles/machine-learning/v1/concept-designer.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: UpdateFrequency5, designer, training
1818
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.
1919

2020
> [!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.*
2222
>
2323
> - **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.
2424
>
@@ -41,18 +41,17 @@ The designer uses your Azure Machine Learning [workspace](../concept-workspace.m
4141
- [Published pipeline jobs](#publish)
4242
- [Real-time endpoints](#deploy)
4343

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.
4545

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":::
4747

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.
5655

5756
## Data
5857

@@ -96,7 +95,7 @@ When you're ready to run your pipeline draft, you save the pipeline and submit a
9695

9796
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.
9897

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.
10099

101100
## <a name="compute"></a> Compute resources
102101

0 commit comments

Comments
 (0)