Skip to content

Commit 9439d76

Browse files
authored
[Update]: Recover AutoML designer components (#4213)
1 parent 3348309 commit 9439d76

20 files changed

Lines changed: 130 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
type: component
2+
spec: spec.yaml
3+
categories: ["AutoML"]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
$schema: http://azureml/sdk-2-0/AutoMLComponent.json
2+
name: automl_image_classification
3+
display_name: AutoML Image Classification (Preview)
4+
description:
5+
Component that kicks off an AutoML job to train an image classification model within an Azure Machine Learning pipeline.
6+
For more details, you can look at the component documentation [here](https://aka.ms/automl_components) (Preview).
7+
version: 0.0.2
8+
type: automl
9+
task: image_classification
10+
is_deterministic: false
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
type: component
2+
spec: spec.yaml
3+
categories: ["AutoML"]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
$schema: http://azureml/sdk-2-0/AutoMLComponent.json
2+
name: automl_image_classification_multilabel
3+
display_name: AutoML Image Classification Multilabel (Preview)
4+
description:
5+
Component that kicks off an AutoML job to train an multilabel image classification model within an Azure Machine Learning pipeline.
6+
For more details, you can look at the component documentation [here](https://aka.ms/automl_components) (Preview).
7+
version: 0.0.2
8+
type: automl
9+
task: image_classification_multilabel
10+
is_deterministic: false
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
type: component
2+
spec: spec.yaml
3+
categories: ["AutoML"]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
$schema: http://azureml/sdk-2-0/AutoMLComponent.json
2+
name: automl_image_instance_segmentation
3+
display_name: AutoML Image Instance Segmentation (Preview)
4+
description:
5+
Component that kicks off an AutoML job to train an image instance segmentation model within an Azure Machine Learning pipeline.
6+
For more details, you can look at the component documentation [here](https://aka.ms/automl_components) (Preview).
7+
version: 0.0.2
8+
type: automl
9+
task: image_instance_segmentation
10+
is_deterministic: false
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
type: component
2+
spec: spec.yaml
3+
categories: ["AutoML"]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
$schema: http://azureml/sdk-2-0/AutoMLComponent.json
2+
name: automl_image_object_detection
3+
display_name: AutoML Image Object Detection (Preview)
4+
description:
5+
Component that kicks off an AutoML job to train an image object detection model within an Azure Machine Learning pipeline.
6+
For more details, you can look at the component documentation [here](https://aka.ms/automl_components) (Preview).
7+
version: 0.0.1
8+
type: automl
9+
task: image_object_detection
10+
is_deterministic: false
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
type: component
2+
spec: spec.yaml
3+
categories: ["AutoML"]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
$schema: http://azureml/sdk-2-0/AutoMLComponent.json
2+
name: automl_classification
3+
display_name: AutoML Classification (Preview)
4+
description:
5+
Component that kicks off an AutoML job to train a classification model within an Azure Machine Learning pipeline.
6+
For more details, you can look at the component documentation [here](https://aka.ms/automl_components) (Preview).
7+
version: 0.0.2
8+
type: automl
9+
task: classification
10+
is_deterministic: false

0 commit comments

Comments
 (0)