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-azure-machine-learning-v2.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
10
10
ms.author: sgilley
11
11
author: sdgilley
12
12
ms.reviewer: balapv
13
-
ms.date: 02/27/2024
13
+
ms.date: 08/21/2024
14
14
#Customer intent: As a data scientist, I want to understand the big picture about how Azure Machine Learning works.
15
15
---
16
16
@@ -125,6 +125,8 @@ Create a workspace in the studio welcome page by selecting **Create workspace**.
125
125
126
126
---
127
127
128
+
For more detailed information about creating a workspace, see [Manage Azure Machine Learning workspaces in the portal orwith the Python SDK (v2)](how-to-manage-workspace.md).
129
+
128
130
## Compute
129
131
130
132
A compute is a designated compute resource where you run your job or host your endpoint. Azure Machine Learning supports the following types of compute:
@@ -180,6 +182,11 @@ For the content of the file, see [compute YAML examples](https://github.com/Azur
180
182
181
183
---
182
184
185
+
For more detailed information about creating compute, see:
186
+
187
+
* [Create an Azure Machine Learning compute instance](how-to-create-compute-instance.md)
188
+
* [Create an Azure Machine Learning compute cluster](how-to-create-attach-compute-cluster.md)
189
+
183
190
## Datastore
184
191
185
192
Azure Machine Learning datastores securely keep the connection information to your data storage on Azure, so you don't have to code it in your scripts. You can register and create a datastore to easily connect to your storage account, and access the data in your underlying storage service. The CLI v2 and SDK v2 support the following types of cloud-based storage services:
@@ -291,6 +298,8 @@ For more information, see [environment YAML schema](reference-yaml-environment.m
291
298
292
299
---
293
300
301
+
For more detailed information about environments, see [Create and manage environments in Azure Machine Learning](how-to-manage-environments-v2.md).
302
+
294
303
## Data
295
304
296
305
Azure Machine Learning allows you to work with different types of data:
@@ -313,7 +322,7 @@ For most scenarios, you'll use URIs (`uri_folder` and `uri_file`) - a location i
313
322
314
323
An Azure Machine Learning [component](concept-component.md) is a self-contained piece of code that does one step in a machine learning pipeline. Components are the building blocks of advanced machine learning pipelines. Components can do tasks such as data processing, model training, model scoring, and so on. A component is analogous to a function - it has a name, parameters, expects input, and returns output.
315
324
316
-
## Next steps
325
+
## Related content
317
326
318
327
*[How to upgrade from v1 to v2](how-to-migrate-from-v1.md)
319
328
*[Train models with the v2 CLI and SDK](how-to-train-model.md)
0 commit comments