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
In this article, you learn how to create a Data asset in Azure Machine Learning. By creating a Data asset, you create a *reference* to the data source location, along with a copy of its metadata. Because the data remains in its existing location, you incur no extra storage cost, and don't risk the integrity of your data sources. You can create Data from Datastores, Azure Storage, public URLs, and local files.
28
+
In this article, you learn how to create a data asset in Azure Machine Learning. By creating a data asset, you create a *reference* to the data source location, along with a copy of its metadata. Because the data remains in its existing location, you incur no extra storage cost, and don't risk the integrity of your data sources. You can create Data from datastores, Azure Storage, public URLs, and local files.
29
29
30
-
The benefits of creating Data assets are:
30
+
The benefits of creating data assets are:
31
31
32
32
* You can **share and reuse data** with other members of the team such that they do not need to remember file locations.
33
33
@@ -38,7 +38,7 @@ The benefits of creating Data assets are:
38
38
39
39
## Prerequisites
40
40
41
-
To create and work with Data assets, you need:
41
+
To create and work with data assets, you need:
42
42
43
43
* An Azure subscription. If you don't have one, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://azure.microsoft.com/free/).
Azure Machine Learning's v2 REST APIs, Azure CLI extension, and Python SDK (preview) introduce consistency and a set of new features to accelerate the production machine learning lifecycle. In this article, we'll overview migrating from v1 to v2 with recommendations to help you decide on v1, v2, or both.
18
+
Azure Machine Learning's v2 REST APIs, Azure CLI extension, and Python SDK (preview) introduce consistency and a set of new features to accelerate the production machine learning lifecycle. This article provides an overview of migrating from v1 to v2 with recommendations to help you decide on v1, v2, or both.
19
19
20
20
## Prerequisites
21
21
@@ -58,7 +58,7 @@ In v2 interfaces via REST API, CLI, and Python SDK (preview) are available. The
58
58
59
59
|API|Notes|
60
60
|-|-|
61
-
|REST|Fewest dependencies and overhead. Use for building applications on Azure ML as a platform, directly in programming languages without a SDK provided, or per personal preference.|
61
+
|REST|Fewest dependencies and overhead. Use for building applications on Azure ML as a platform, directly in programming languages without an SDK provided, or per personal preference.|
62
62
|CLI|Recommended for automation with CI/CD or per personal preference. Allows quick iteration with YAML files and straightforward separation between Azure ML and ML model code.|
63
63
|Python SDK|Recommended for complicated scripting (for example, programmatically generating large pipeline jobs) or per personal preference. Allows quick iteration with YAML files or development solely in Python.|
64
64
@@ -110,9 +110,9 @@ You can continue using your existing v1 model deployments. For new model deploym
110
110
|-|-|-|
111
111
|Local|ACI|Quick test of model deployment locally; not for production.|
112
112
|Managed online endpoint|ACI, AKS|Enterprise-grade managed model deployment infrastructure with near real-time responses and massive scaling for production.|
113
-
|Managed batch endpoint|ParallelRunStep in a pipeline for batch scoring|Enterprise-grade managed model deployment infrastructure with massively-parallel batch processing for production.|
113
+
|Managed batch endpoint|ParallelRunStep in a pipeline for batch scoring|Enterprise-grade managed model deployment infrastructure with massivelyparallel batch processing for production.|
114
114
|Azure Kubernetes Service (AKS)|ACI, AKS|Manage your own AKS cluster(s) for model deployment, giving flexibility and granular control at the cost of IT overhead.|
115
-
|Azure Arc Kubernetes|N/A|Manage your own Kubernetes cluster(s) in other clouds or on-prem, giving flexibility and granular control at the cost of IT overhead.|
115
+
|Azure Arc Kubernetes|N/A|Manage your own Kubernetes cluster(s) in other clouds or on-premises, giving flexibility and granular control at the cost of IT overhead.|
116
116
117
117
### Jobs (experiments, runs, pipelines in v1)
118
118
@@ -134,7 +134,7 @@ Data assets in v2 (or File Datasets in v1) are *references* to files in object s
134
134
135
135
For details on data in v2, see the [data concept article](concept-data.md).
136
136
137
-
We recommend migrating the code for [creating data assets](how-to-create-register-data-assets.md) to v2.
137
+
We recommend migrating the code for [creating data assets](how-to-create-data-assets.md) to v2.
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-use-automated-ml-for-ml-models.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Otherwise, you'll see a list of your recent automated ML experiments, including
47
47
48
48
1. Select **+ New automated ML job** and populate the form.
49
49
50
-
1. Select a data asset from your storage container, or create a new data asset. Data asset can be created from local files, web urls, datastores, or Azure open datasets. Learn more about [data asset creation](how-to-create-register-data-assets.md).
50
+
1. Select a data asset from your storage container, or create a new data asset. Data asset can be created from local files, web urls, datastores, or Azure open datasets. Learn more about [data asset creation](how-to-create-data-assets.md).
0 commit comments