Skip to content

Commit f7d8044

Browse files
committed
dataset registration from datastore
1 parent ffafe54 commit f7d8044

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/machine-learning/how-to-auto-train-image-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ If your training data is in a different format (like, pascal VOC or COCO), you c
110110
> The training data needs to have at least 10 images in order to be able to submit an AutoML run.
111111

112112
> [!Warning]
113-
> Creation of `MLTable` from data in JSONL format is supported using the SDK and CLI only, for this capability. Creating the `MLTable` via UI is not supported at this time. As of now, the UI doesn't recognize the StreamInfo datatype, which is the datatype used for image URLs in JSONL format.
113+
> Creation of `MLTable` from data in JSONL format is supported using the SDK and CLI only, for this capability. Creating the `MLTable` via UI is not supported at this time.
114114

115115

116116
### JSONL schema samples

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ az ml data create -f [PATH_TO_YML_FILE] --workspace-name [YOUR_AZURE_WORKSPACE]
7777

7878
[!INCLUDE [sdk v2](../../includes/machine-learning-sdk-v2.md)]
7979

80-
[!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)]
80+
[!Notebook-python[] (~/azureml-examples-main/sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items/automl-image-object-detection-task-fridge-items.ipynb?name=upload-data)]
8181

8282
# [Studio](#tab/Studio)
8383

@@ -114,7 +114,7 @@ my_data = Data(
114114

115115
# [Studio](#tab/Studio)
116116

117-
![Animation showing how to register a dataset from data already present in datastore](media\how-to-prepare-datasets-for-automl-images\ui-dataset-local.gif)
117+
![Animation showing how to register a dataset from data already present in datastore](media\how-to-prepare-datasets-for-automl-images\ui-dataset-datastore.gif)
118118

119119
---
120120

@@ -124,7 +124,7 @@ If your training data is in a different format (like, pascal VOC or COCO), [help
124124

125125

126126
### Using pre-labeled training data from Azure Blob storage
127-
If you have your labelled training data present in a container in Azure Blob storage, then you can access it directly from there by [creating a datastore referring to that container](how-to-prepare-datasets-for-automl-images.md#create-an-azure-blob-datastore). Once you have created a datastore in AML workspace, linked to a existing container in blob, you'll have to update authentication details for that datastore. You'll have to select subscription id, resource group and provide either Account Key or SAS token.
127+
If you have your labelled training data present in a container in Azure Blob storage, then you can access it directly from there by [creating a datastore referring to that container](how-to-datastore.md#create-an-azure-blob-datastore). Once you have created a datastore in AML workspace, linked to a existing container in blob, you'll have to update authentication details for that datastore. You'll have to select subscription id, resource group and provide either Account Key or SAS token.
128128

129129
![Update Authentication for Datastore.](media/how-to-prepare-datasets-for-automl-images/update-datastore-authentication.png)
130130

2.5 MB
Loading

0 commit comments

Comments
 (0)