Skip to content

Commit 8f25480

Browse files
authored
rephrased warning message
1 parent 5fa74d0 commit 8f25480

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 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.
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.
114114

115115

116116
### JSONL schema samples

0 commit comments

Comments
 (0)