Skip to content

Commit 7f98073

Browse files
authored
update description and examples (#18981)
1 parent 83f0be0 commit 7f98073

File tree

1 file changed

+4
-4
lines changed
  • specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview

1 file changed

+4
-4
lines changed

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/mfe.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8988,9 +8988,9 @@
89888988
"x-nullable": true
89898989
},
89908990
"tileGridSize": {
8991-
"description": "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic A tuple of two integers passed as a string.\r\nNote: This settings is not supported for the 'yolov5' algorithm.",
8991+
"description": "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm.",
89928992
"type": "string",
8993-
"example": "choice('[3;2]', '[2;2]')",
8993+
"example": "choice('3x2', '2x2')",
89948994
"x-nullable": true
89958995
},
89968996
"tileOverlapRatio": {
@@ -9312,9 +9312,9 @@
93129312
"x-nullable": true
93139313
},
93149314
"tileGridSize": {
9315-
"description": "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A tuple of two integers passed as a string.\r\nNote: This settings is not supported for the 'yolov5' algorithm.",
9315+
"description": "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm.",
93169316
"type": "string",
9317-
"example": "[3;2]",
9317+
"example": "3x2",
93189318
"x-nullable": true
93199319
},
93209320
"tileOverlapRatio": {

0 commit comments

Comments
 (0)