Skip to content

Commit 5fa74d0

Browse files
authored
Emphasize vision dataset cannot be created using UI
Updated warning: 1) Rephrased to warning to emphasize JSONL format cannot be read using UI for vison jobs 2) Provided more details, highlight that StreamInfo object used for representing image urls in JSONL format is not recognised by UI
1 parent f30fc53 commit 5fa74d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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` is only supported using the SDK and CLI to create from data in JSONL format for this capability. Creating the `MLTable` via UI is not supported at this time.
113+
> Creation of `MLTable` from data in JSONL format is supported only using the SDK and CLI. Creating the `MLTable` via UI is not supported at this time. As of now UI doesn't recognize StreamInfo datatype, which is the datatype used for image urls in JSONL format.
114114

115115

116116
### JSONL schema samples

0 commit comments

Comments
 (0)