Skip to content

Commit 381b7d4

Browse files
authored
Merge pull request #208545 from ssalgadodev/dataChangeFileName
Data | file name change to remove register
2 parents d19d4ab + 77fdb6f commit 381b7d4

8 files changed

+19
-14
lines changed

articles/machine-learning/.openpublishing.redirection.machine-learning.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
"redirect_url": "/azure/machine-learning/v1/how-to-extend-prebuilt-docker-image-inference",
1717
"redirect_document_id": true
1818
},
19+
{
20+
"source_path_from_root": "/articles/machine-learning/how-to-create-register-data-assets.md",
21+
"redirect_url": "/azure/machine-learning/how-to-create-data-assets",
22+
"redirect_document_id": true
23+
},
1924
{
2025
"source_path_from_root": "/articles/machine-learning/how-to-prebuilt-docker-images-inference-python-extensibility.md",
2126
"redirect_url": "/azure/machine-learning/v1/how-to-prebuilt-docker-images-inference-python-extensibility",

articles/machine-learning/concept-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,6 @@ Just like `uri_file` and `uri_folder`, you can create a data asset with `mltable
345345

346346
- [Install and set up the CLI (v2)](how-to-configure-cli.md#install-and-set-up-the-cli-v2)
347347
- [Create datastores](how-to-datastore.md#create-datastores)
348-
- [Create data assets](how-to-create-register-data-assets.md#create-data-assets)
348+
- [Create data assets](how-to-create-data-assets.md#create-data-assets)
349349
- [Read and write data in a job](how-to-read-write-data-v2.md#read-and-write-data-in-a-job)
350350
- [Data administration](how-to-administrate-data-authentication.md#data-administration)

articles/machine-learning/how-to-create-register-data-assets.md renamed to articles/machine-learning/how-to-create-data-assets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ ms.date: 05/24/2022
2020

2121
> [!div class="op_single_selector" title1="Select the version of Azure Machine Learning SDK you are using:"]
2222
> * [v1](./v1/how-to-create-register-datasets.md)
23-
> * [v2 (current version)](how-to-create-register-data-assets.md)
23+
> * [v2 (current version)](how-to-create-data-assets.md)
2424
2525
[!INCLUDE [sdk v2](../../includes/machine-learning-sdk-v2.md)]
2626
[!INCLUDE [CLI v2](../../includes/machine-learning-CLI-v2.md)]
2727

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.
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.
2929

30-
The benefits of creating Data assets are:
30+
The benefits of creating data assets are:
3131

3232
* You can **share and reuse data** with other members of the team such that they do not need to remember file locations.
3333

@@ -38,7 +38,7 @@ The benefits of creating Data assets are:
3838

3939
## Prerequisites
4040

41-
To create and work with Data assets, you need:
41+
To create and work with data assets, you need:
4242

4343
* 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/).
4444

articles/machine-learning/how-to-datastore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,5 +423,5 @@ ml_client.create_or_update(store)
423423
## Next steps
424424

425425
- [Read data in a job](how-to-read-write-data-v2.md#read-data-in-a-job)
426-
- [Create data assets](how-to-create-register-data-assets.md#create-data-assets)
426+
- [Create data assets](how-to-create-data-assets.md#create-data-assets)
427427
- [Data administration](how-to-administrate-data-authentication.md#data-administration)

articles/machine-learning/how-to-migrate-from-v1.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: devx-track-azurecli, devplatv2
1515

1616
# How to migrate from v1 to v2
1717

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. 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.
1919

2020
## Prerequisites
2121

@@ -58,7 +58,7 @@ In v2 interfaces via REST API, CLI, and Python SDK (preview) are available. The
5858

5959
|API|Notes|
6060
|-|-|
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.|
6262
|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.|
6363
|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.|
6464

@@ -110,9 +110,9 @@ You can continue using your existing v1 model deployments. For new model deploym
110110
|-|-|-|
111111
|Local|ACI|Quick test of model deployment locally; not for production.|
112112
|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 massively parallel batch processing for production.|
114114
|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.|
116116

117117
### Jobs (experiments, runs, pipelines in v1)
118118

@@ -134,7 +134,7 @@ Data assets in v2 (or File Datasets in v1) are *references* to files in object s
134134

135135
For details on data in v2, see the [data concept article](concept-data.md).
136136

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.
138138

139139
### Model
140140

articles/machine-learning/how-to-use-automated-ml-for-ml-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Otherwise, you'll see a list of your recent automated ML experiments, including
4747

4848
1. Select **+ New automated ML job** and populate the form.
4949

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).
5151

5252
>[!Important]
5353
> Requirements for training data:

articles/machine-learning/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
href: how-to-datastore.md
355355
- name: Create data assets
356356
displayName: Create data assets
357-
href: how-to-create-register-data-assets.md
357+
href: how-to-create-data-assets.md
358358
- name: Read & write data in jobs
359359
displayName: Read & write data in jobs
360360
href: how-to-read-write-data-v2.md

articles/machine-learning/v1/how-to-create-register-datasets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.date: 05/11/2022
1818

1919
> [!div class="op_single_selector" title1="Select the version of Azure Machine Learning SDK you are using:"]
2020
> * [v1](how-to-create-register-datasets.md)
21-
> * [v2 (current version)](../how-to-create-register-data-assets.md)
21+
> * [v2 (current version)](../how-to-create-data-assets.md)
2222
2323
[!INCLUDE [sdk v1](../../../includes/machine-learning-sdk-v1.md)]
2424

0 commit comments

Comments
 (0)