You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amazon Lookout for Vision Update: This release introduces support for the automatic scaling of inference units used by Amazon Lookout for Vision models.
Copy file name to clipboardExpand all lines: services/lookoutvision/src/main/resources/codegen-resources/service-2.json
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,7 @@
285
285
{"shape":"ResourceNotFoundException"},
286
286
{"shape":"ThrottlingException"}
287
287
],
288
-
"documentation":"<p>Lists the Amazon Lookout for Vision projects in your AWS account.</p> <p>The <code>ListProjects</code> operation is eventually consistent. Recent calls to <code>CreateProject</code> and <code>DeleteProject</code> might take a while to appear in the response from <code>ListProjects</code>.</p> <p>This operation requires permissions to perform the <code>lookoutvision:ListProjects</code> operation.</p>"
288
+
"documentation":"<p>Lists the Amazon Lookout for Vision projects in your AWS account that are in the AWS Region in which you call <code>ListProjects</code>.</p> <p>The <code>ListProjects</code> operation is eventually consistent. Recent calls to <code>CreateProject</code> and <code>DeleteProject</code> might take a while to appear in the response from <code>ListProjects</code>.</p> <p>This operation requires permissions to perform the <code>lookoutvision:ListProjects</code> operation.</p>"
289
289
},
290
290
"ListTagsForResource":{
291
291
"name":"ListTagsForResource",
@@ -1401,6 +1401,14 @@
1401
1401
"KmsKeyId":{
1402
1402
"shape":"KmsKeyId",
1403
1403
"documentation":"<p>The identifer for the AWS Key Management Service (AWS KMS) key that was used to encrypt the model during training.</p>"
1404
+
},
1405
+
"MinInferenceUnits":{
1406
+
"shape":"InferenceUnits",
1407
+
"documentation":"<p>The minimum number of inference units used by the model. For more information, see <a>StartModel</a> </p>"
1408
+
},
1409
+
"MaxInferenceUnits":{
1410
+
"shape":"InferenceUnits",
1411
+
"documentation":"<p>The maximum number of inference units Amazon Lookout for Vision uses to auto-scale the model. For more information, see <a>StartModel</a>.</p>"
1404
1412
}
1405
1413
},
1406
1414
"documentation":"<p>Describes an Amazon Lookout for Vision model.</p>"
@@ -1924,6 +1932,10 @@
1924
1932
"idempotencyToken":true,
1925
1933
"location":"header",
1926
1934
"locationName":"X-Amzn-Client-Token"
1935
+
},
1936
+
"MaxInferenceUnits":{
1937
+
"shape":"InferenceUnits",
1938
+
"documentation":"<p>The maximum number of inference units to use for auto-scaling the model. If you don't specify a value, Amazon Lookout for Vision doesn't auto-scale the model.</p>"
0 commit comments