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-workspace.md
+17-16Lines changed: 17 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,32 @@ ms.topic: conceptual
10
10
ms.author: deeikele
11
11
author: deeikele
12
12
ms.reviewer: sgilley
13
-
ms.date: 08/26/2022
13
+
ms.date: 03/13/2023
14
14
#Customer intent: As a data scientist, I want to understand the purpose of a workspace for Azure Machine Learning.
15
15
---
16
16
17
17
18
18
# What is an Azure Machine Learning workspace?
19
19
20
-
Workspaces are places to collaborate with colleagues and group related work. For example, experiments, jobs, datasets, components, and inference endpoints. The workspace also keeps a history of all training jobs, including logs, metrics, output, and a snapshot of your scripts. You use this information to determine which training run produces the best model. Once you have a model you like, you register it with the workspace. You then use the registered model and scoring scripts to deploy to an [online endpoint](concept-endpoints.md) as a REST-based HTTP endpoint.
20
+
Workspaces are places to collaborate with colleagues and group related work. For example, experiments, jobs, datasets, components, and inference endpoints.
21
+
22
+
:::image type="content" source="./media/concept-workspace/workspace.png" alt-text="Screenshot of the Azure Machine Learning workspace.":::
21
23
22
24
We recommend creating a workspace _per project_. While a workspace can be used for multiple projects, limiting it to one project per workspace allows for cost reporting accrued to a project level. It also allows you to manage configurations like datastores in the scope of each project.
23
25
24
-
> [!TIP]
25
-
> For collaboration between workspaces, consider [Azure Machine Learning registries (preview)](how-to-share-models-pipelines-across-workspaces-with-registries.md).
26
+
27
+
## Working with a workspace
28
+
29
+
Machine learning tasks read and/or write artifacts to your workspace.
30
+
31
+
+ Run an experiment to train a model - writes job run results to the workspace.
32
+
+ Use automated ML to train a model - writes training results to the workspace.
33
+
+ Register a model in the workspace.
34
+
+ Deploy a model - uses the registered model to create a deployment.
35
+
+ Create and run reusable workflows.
36
+
+ View machine learning artifacts such as jobs, pipelines, models, deployments.
37
+
+ Track and monitor models.
38
+
+ You can share assets between workspaces using [Azure Machine Learning registries (preview)](how-to-share-models-pipelines-across-workspaces-with-registries.md).
26
39
27
40
## Taxonomy
28
41
@@ -48,18 +61,6 @@ You can interact with your workspace in the following ways:
48
61
+ On the command line using the Azure Machine Learning [CLI extension](how-to-configure-cli.md)
49
62
+[Azure Machine Learning VS Code Extension](how-to-manage-resources-vscode.md#workspaces)
50
63
51
-
## Machine learning with a workspace
52
-
53
-
Machine learning tasks read and/or write artifacts to your workspace.
54
-
55
-
+ Run an experiment to train a model - writes job run results to the workspace.
56
-
+ Use automated ML to train a model - writes training results to the workspace.
57
-
+ Register a model in the workspace.
58
-
+ Deploy a model - uses the registered model to create a deployment.
59
-
+ Create and run reusable workflows.
60
-
+ View machine learning artifacts such as jobs, pipelines, models, deployments.
61
-
+ Track and monitor models.
62
-
63
64
## Workspace management
64
65
65
66
You can also perform the following workspace management tasks:
0 commit comments