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
Azure Machine Learning designer components (Designer) allows users to create machine learning projects using a drag and drop interface. Follow this link to reach the Designer studio. Follow this link to [learn more about Designer.](..//concept-designer)
16
+
Azure Machine Learning designer components (Designer) allow users to create machine learning projects using a drag and drop interface. Follow this link to reach the Designer studio. Follow this link to [learn more about Designer](../concept-designer.md).
17
17
18
18
19
-
This reference content provides the technical background on each of the custom components (v2) available in Azure Machine Learning designer.
19
+
This reference content provides background on each of the custom components (v2) available in Azure Machine Learning designer.
20
20
21
-
The below image shows how you would navigate to Custom components in AzureML Studio
21
+
You can navigate to Custom components in AzureML Studio as shown in the following image.
22
22
23
23
:::image type="content" source="media/designer-new-pipeline.png" alt-text="Diagram showing the Designer UI for selecting a custom component.":::
24
24
@@ -36,13 +36,16 @@ For help with choosing algorithms, see
36
36
37
37
| Functionality | Description | component |
38
38
| --- |--- | --- |
39
-
| Classification | Component that executes an AutoML Classification task model training in a pipeline. |[AutoML Classification](classification.md)|
40
-
| Regression | Predict a value |[AutoML Regression](regression.md)|
41
-
| Forecasting | Predict a value |[AutoML Forecasting](forecasting.md)|
42
-
| Computer Vision | Image data preprocessing and Image recognition related components. |[Image Object Detection](image-object-detection.md) <br/> [Image Classification](image-classification.md) <br/> [Image Classification Multilabel](image-classification-multilabel.md) <br/> [Image Instance Segmentation](image-instance-segmentation.md)|
43
-
| Multilabel Text Classification | Component that executes an AutoML Multilabel Text Classification task model training in a pipeline. |[AutoML Multilabel Text Classification](text-classification-multilabel.md)|
44
-
| Text Classification | Component that executes an AutoML Text Classification Model |[AutoML Text Classification](text-classification.md)|
45
-
| Text Ner | Component that executes an AutoML Text NER (Named Entity Recognition) |[AutoML Text Ner](text-ner.md)|
39
+
| Classification | Component that kicks off an AutoML job to train a classification model within an Azure Machine Learning pipeline |[AutoML Classification](classification.md)|
40
+
| Regression | Component that kicks off an AutoML job to train a regression model within an Azure Machine Learning pipeline. |[AutoML Regression](regression.md)|
41
+
| Forecasting | Component that kicks off an AutoML job to train a forecasting model within an Azure Machine Learning pipeline. |[AutoML Forecasting](forecasting.md)|
42
+
| Image Classification |Component that kicks off an AutoML job to train an image classification model within an Azure Machine Learning pipeline |[Image Classification](image-classification.md)|
43
+
| Multilabel Image Classification |Component that kicks off an AutoML job to train a multilabel image classification model within an Azure Machine Learning pipeline |[Image Classification Multilabel](image-classification-multilabel.md)|
44
+
| Image Object Detection | Component that kicks off an AutoML job to train an image object detection model within an Azure Machine Learning pipeline |[Image Object Detection](image-object-detection.md)|
45
+
| Image Instance Segmentation | Component that kicks off an AutoML job to train an image instance segmentation model within an Azure Machine Learning pipeline |[Image Instance Segmentation](image-instance-segmentation.md)|
46
+
| Multilabel Text Classification | Component that kicks off an AutoML job to train a multilabel NLP text classification model within an Azure Machine Learning pipeline. |[AutoML Multilabel Text Classification](text-classification-multilabel.md)|
47
+
| Text Classification | Component that kicks off an AutoML job to train an NLP text classification model within an Azure Machine Learning pipeline. |[AutoML Text Classification](text-classification.md)|
48
+
| Text Ner | Component that kicks off an AutoML job to train an NLP NE (Named Entity Recognition) model within an Azure Machine Learning pipeline. |[AutoML Text Ner](text-ner.md)|
0 commit comments