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/how-to-create-attach-compute-studio.md
+14-18Lines changed: 14 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,26 +8,25 @@ ms.author: sgilley
8
8
ms.reviewer: vijetaj
9
9
ms.service: azure-machine-learning
10
10
ms.subservice: compute
11
-
ms.date: 03/04/2024
11
+
ms.date: 09/17/2024
12
12
ms.topic: how-to
13
13
ms.custom: build-2023
14
+
# customer intent: As a professional data scientist, I want to manage compute resources for model training and deployment in Azure Machine Learning studio.
14
15
---
15
16
16
17
# Manage compute resources for model training and deployment in studio
17
18
18
-
In this article, learn how to manage the compute resources you use for model training and deployment in Azure Machine studio.
19
+
In this article, learn how to manage the compute resources you use for model training and deployment in Azure Machine studio.
20
+
21
+
With Azure Machine Learning, you can train your model on various resources or environments, collectively referred to as _compute targets_). A compute target can be a local machine or a cloud resource, such as an Azure Machine Learning Compute, Azure HDInsight, or a remote virtual machine.
22
+
23
+
You can also use [serverless compute](./how-to-use-serverless-compute.md) as a compute target. There's nothing for you to manage when you use serverless compute.
19
24
20
25
## Prerequisites
21
26
22
27
* If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://azure.microsoft.com/free/) today
23
28
* An [Azure Machine Learning workspace](quickstart-create-resources.md)
24
29
25
-
## What's a compute target?
26
-
27
-
With Azure Machine Learning, you can train your model on a variety of resources or environments, collectively referred to as _compute targets_). A compute target can be a local machine or a cloud resource, such as an Azure Machine Learning Compute, Azure HDInsight, or a remote virtual machine.
28
-
29
-
You can also use [serverless compute](./how-to-use-serverless-compute.md) as a compute target. There's nothing for you to manage when you use serverless compute.
30
-
31
30
## View compute targets
32
31
33
32
To see all compute targets for your workspace, use the following steps:
@@ -40,9 +39,7 @@ To see all compute targets for your workspace, use the following steps:
40
39
41
40
:::image type="content" source="media/how-to-create-attach-studio/compute-targets.png" alt-text="Screenshot of view list of compute targets." lightbox="media/how-to-create-attach-studio/compute-targets.png":::
You can create compute instances and compute clusters in your workspace, using the Azure Machine Learning SDK, CLI, or studio:
48
45
@@ -51,19 +48,19 @@ You can create compute instances and compute clusters in your workspace, using t
51
48
52
49
In addition, you can use the [VS Code extension](how-to-manage-resources-vscode.md#compute-clusters) to create compute instances and compute clusters in your workspace.
53
50
54
-
## Kubernetes clusters
51
+
## Attach Kubernetes clusters
55
52
56
53
For information on configuring and attaching a Kubernetes cluster to your workspace, see [Configure Kubernetes cluster for Azure Machine Learning](how-to-attach-kubernetes-anywhere.md).
57
54
58
-
## Other compute targets
55
+
## Attach other compute targets
59
56
60
-
To use VMs created outside the Azure Machine Learning workspace, you must first attach them to your workspace. Attaching the compute resource makes it available to your workspace.
57
+
To use VMs created outside the Azure Machine Learning workspace, you must first attach them to your workspace. Attaching the compute resource makes it available to your workspace.
61
58
62
59
1. Navigate to [Azure Machine Learning studio](https://ml.azure.com).
63
60
64
61
1. Under __Manage__, select __Compute__.
65
62
66
-
1. In the tabs at the top, select **Attached compute** to attach a compute target for **training**.
63
+
1. In the tabs at the top, select **Attached compute** to attach a compute target for **training**.
67
64
68
65
1. Select +New, then select the type of compute to attach. Not all compute types can be attached from Azure Machine Learning studio.
69
66
@@ -78,7 +75,7 @@ To use VMs created outside the Azure Machine Learning workspace, you must first
78
75
1. Select __Attach__.
79
76
80
77
81
-
To detach your compute use the following steps:
78
+
Detach your compute with the following steps:
82
79
83
80
1. In Azure Machine Learning studio, select __Compute__, __Attached compute__, and the compute you wish to remove.
84
81
1. Use the __Detach__ link to detach your compute.
@@ -87,9 +84,8 @@ To detach your compute use the following steps:
0 commit comments