Skip to content

Commit 1452b48

Browse files
authored
Update how-to-auto-train-image-models.md
1 parent 8f25480 commit 1452b48

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` 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 UI doesn't recognize 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. As of now, the UI doesn't recognize the StreamInfo datatype, which is the datatype used for image URLs in JSONL format.
114114

115115

116116
### JSONL schema samples

0 commit comments

Comments
 (0)