Skip to content

Commit 3ed6b60

Browse files
authored
Update data asset with new datastore location
Added pointer to above section in section where we explain how we can update existing data asset with new datastore location
1 parent fdc7f1a commit 3ed6b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-prepare-datasets-for-automl-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ az ml data create -f [PATH_TO_YML_FILE] --workspace-name [YOUR_AZURE_WORKSPACE]
8080
[!Notebook-python[] (~/azureml-examples-main/sdk/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items/automl-image-object-detection-task-fridge-items.ipynb?name=upload-data)]
8181
---
8282

83-
If you already have your data present in an existing datastore and want to create data asset out of it, you can do so by providing path to the data in datastore as shown below, instead of providing path on your local machine.
83+
If you already have your data present in an existing datastore and want to create data asset out of it, you can do so by providing path to the data in datastore, instead of providing path of your local machine. Update the code in [above section](how-to-prepare-datasets-for-automl-images.md#using-pre-labeled-training-data-from-local-machine) with below snippet.
8484

8585
# [Azure CLI](#tab/cli)
8686
[!INCLUDE [cli v2](../../includes/machine-learning-cli-v2.md)]
@@ -91,7 +91,7 @@ Create a .yml file with the following configuration.
9191
$schema: https://azuremlschemas.azureedge.net/latest/data.schema.json
9292
name: fridge-items-images-object-detection
9393
description: Fridge-items images Object detection
94-
path: azureml://subscriptions/<fmy-subscription-id>/resourcegroups/<my-resource-group>/workspaces/<my-workspace>/datastores/<my-datastore>/paths/<path_to_image_data_folder>
94+
path: azureml://subscriptions/<my-subscription-id>/resourcegroups/<my-resource-group>/workspaces/<my-workspace>/datastores/<my-datastore>/paths/<path_to_image_data_folder>
9595
type: uri_folder
9696
```
9797

0 commit comments

Comments
 (0)