Skip to content

Commit e3d8641

Browse files
authored
Update documentation for CustomVision Training 3.3 (Azure#28770)
* Update documentation for CustomVision Training 3.3
1 parent ce77a9f commit e3d8641

File tree

7 files changed

+124
-285
lines changed

7 files changed

+124
-285
lines changed

specification/cognitiveservices/data-plane/CustomVision/Training/stable/v3.3/Training.json

Lines changed: 118 additions & 279 deletions
Large diffs are not rendered by default.

specification/cognitiveservices/data-plane/CustomVision/Training/stable/v3.3/examples/CreateImagesFromFiles.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"images": [
1010
{
1111
"name": "hemlock_10.jpg",
12-
"contents": "{image contents}"
12+
"contents": ""
1313
}
1414
],
1515
"tagIds": [

specification/cognitiveservices/data-plane/CustomVision/Training/stable/v3.3/examples/DeleteImageRegions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Training-Key": "{API Key}",
66
"projectId": "bc3f7dad-5544-468c-8573-3ef04d55463e",
77
"regionIds": [
8-
""
8+
"48503d9c-cac1-4ba9-8306-895c9652b9fa"
99
]
1010
},
1111
"responses": {

specification/cognitiveservices/data-plane/CustomVision/Training/stable/v3.3/examples/GetImagePerformanceCount.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"responses": {
1313
"200": {
1414
"headers": {},
15-
"body": "1"
15+
"body": 1
1616
}
1717
}
1818
}

specification/cognitiveservices/data-plane/CustomVision/Training/stable/v3.3/examples/GetImagePerformances.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"projectId": "bc3f7dad-5544-468c-8573-3ef04d55463e",
77
"iterationId": "b7b9d99c-a2c6-4658-9900-a98d2ff5bc66",
88
"tagIds": [
9-
""
9+
"65c1de9c-3ee9-4b46-941f-66199b64d155"
1010
],
1111
"orderBy": "Newest"
1212
},

specification/cognitiveservices/data-plane/CustomVision/Training/stable/v3.3/examples/GetTaggedImageCount.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"responses": {
1010
"200": {
1111
"headers": {},
12-
"body": "10"
12+
"body": 10
1313
}
1414
}
1515
}

specification/cognitiveservices/data-plane/CustomVision/Training/stable/v3.3/examples/GetUntaggedImageCount.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"responses": {
1010
"200": {
1111
"headers": {},
12-
"body": "10"
12+
"body": 10
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)