Skip to content

Commit 363f160

Browse files
authored
Merge pull request #98373 from vivek-dani/patch-2
Emphasize vision dataset cannot be created using UI [v1 doc]
2 parents b411dc7 + 56f0352 commit 363f160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ In order to generate computer vision models, you need to bring labeled image dat
7575
If your training data is in a different format (like, pascal VOC or COCO), you can apply the helper scripts included with the sample notebooks to convert the data to JSONL. Learn more about how to [prepare data for computer vision tasks with automated ML](../how-to-prepare-datasets-for-automl-images.md).
7676

7777
> [!Warning]
78-
> Creation of TabularDatasets is only supported using the SDK to create datasets from data in JSONL format for this capability. Creating the dataset via UI is not supported at this time.
78+
> Creation of TabularDatasets from data in JSONL format is supported using the SDK only, for this capability. Creating the dataset 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.
7979
8080
> [!Note]
8181
> The training dataset needs to have at least 10 images in order to be able to submit an AutoML run.

0 commit comments

Comments
 (0)