Skip to content

Commit 8d6221e

Browse files
committed
added studio tab for UI dataset documentation
1 parent 8409532 commit 8d6221e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ az ml data create -f [PATH_TO_YML_FILE] --workspace-name [YOUR_AZURE_WORKSPACE]
7878
[!INCLUDE [sdk v2](../../includes/machine-learning-sdk-v2.md)]
7979

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)]
81+
82+
# [Studio](#tab/Studio)
83+
84+
![Animation showing how to register a dataset from local files](media\how-to-prepare-datasets-for-automl-images\ui-dataset-local.mp4)
85+
8186
---
8287

8388
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.
@@ -106,6 +111,11 @@ my_data = Data(
106111
name="fridge-items-images-object-detection",
107112
)
108113
```
114+
115+
# [Studio](#tab/Studio)
116+
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.mp4)
118+
109119
---
110120

111121
Next, you will need to get the label annotations in JSONL format. The schema of labeled data depends on the computer vision task at hand. Refer to [schemas for JSONL files for AutoML computer vision experiments](reference-automl-images-schema.md) to learn more about the required JSONL schema for each task type.

0 commit comments

Comments
 (0)