Skip to content

Commit 84282ab

Browse files
authored
Merge pull request #113526 from PeterCLu/plu-add-aci-compute
Document ACI support for designer training
2 parents 43f7d24 + 43ee396 commit 84282ab

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

articles/machine-learning/concept-designer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Use compute resources from your workspace to run your pipeline and host your dep
8787
| Compute target | Training | Deployment |
8888
| ---- |:----:|:----:|
8989
| Azure Machine Learning compute || |
90+
| Azure Machine Learning compute instance || |
9091
| Azure Kubernetes Service | ||
9192

9293
Compute targets are attached to your [Azure Machine Learning workspace](concept-workspace.md). You manage your compute targets in your workspace in [Azure Machine Learning Studio (classic)](https://ml.azure.com).

articles/machine-learning/tutorial-designer-automobile-price-train-score.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You can set a **Default compute target** for the entire pipeline, which will tel
7272
If you already have an available compute target, you can select it to run this pipeline.
7373

7474
> [!NOTE]
75-
> The designer can run experiments only on Azure Machine Learning Compute targets. Other compute targets won't be shown.
75+
> The designer can only run training experiments on Azure Machine Learning Compute and Azure Machine Learning compute instance targets. Other compute targets won't be shown.
7676
7777
1. Enter a name for the compute resource.
7878

includes/aml-compute-target-train.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.date: 12/04/2019
1616
|----|:----:|:----:|:----:|
1717
|[Local computer](../articles/machine-learning/how-to-set-up-training-targets.md#local)| yes |   |   |
1818
|[Azure Machine Learning compute cluster](../articles/machine-learning/how-to-set-up-training-targets.md#amlcompute)| yes & <br/>hyperparameter&nbsp;tuning | yes | yes |
19+
|[Azure Machine Learning compute instance](../articles/machine-learning/concept-compute-instance.md) | yes & <br/>hyperparameter tuning | yes | yes |
1920
|[Remote VM](../articles/machine-learning/how-to-set-up-training-targets.md#vm) | yes & <br/>hyperparameter tuning | yes | &nbsp; |
2021
|[Azure&nbsp;Databricks](../articles/machine-learning/how-to-create-your-first-pipeline.md#databricks)| yes (SDK local mode only) | yes | &nbsp; |
2122
|[Azure Data Lake Analytics](../articles/machine-learning/how-to-create-your-first-pipeline.md#adla) | &nbsp; | yes | &nbsp; |

0 commit comments

Comments
 (0)