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/concept-compute-target.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.subservice: core
8
8
ms.topic: conceptual
9
9
ms.author: sgilley
10
10
author: sdgilley
11
-
ms.date: 11/04/2019
11
+
ms.date: 03/30/2020
12
12
# As a data scientist, I want to understand what a compute target is and why I need it.
13
13
---
14
14
@@ -44,12 +44,14 @@ Learn [where and how to deploy your model to a compute target](how-to-deploy-and
44
44
45
45
A managed compute resource is created and managed by Azure Machine Learning. This compute is optimized for machine learning workloads. Azure Machine Learning compute clusters and [compute instances](concept-compute-instance.md) are the only managed computes. Additional managed compute resources may be added in the future.
46
46
47
-
You can create Azure Machine Learning compute instances (preview) or compute clusters in:
47
+
You can create Azure Machine Learning compute instances (preview) or compute clusters from:
48
+
* Azure Machine Learning studio
49
+
* Azure portal
50
+
* Python SDK [ComputeInstance](https://docs.microsoft.com/python/api/azureml-core/azureml.core.compute.computeinstance(class)?view=azure-ml-py) and [AmlCompute](https://docs.microsoft.com/python/api/azureml-core/azureml.core.compute.amlcompute(class)?view=azure-ml-py) classes
You can also create compute clusters using the [machine learning extension for the Azure CLI](tutorial-train-deploy-model-cli.md#create-the-compute-target-for-training).
53
55
54
56
When created these compute resources are automatically part of your workspace unlike other kinds of compute targets.
0 commit comments