Skip to content

Commit 25afafa

Browse files
author
AWS
committed
Amazon Lookout for Vision Update: This release introduces support for the automatic scaling of inference units used by Amazon Lookout for Vision models.
1 parent 14e29ef commit 25afafa

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Lookout for Vision",
4+
"contributor": "",
5+
"description": "This release introduces support for the automatic scaling of inference units used by Amazon Lookout for Vision models."
6+
}

services/lookoutvision/src/main/resources/codegen-resources/service-2.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
{"shape":"ResourceNotFoundException"},
286286
{"shape":"ThrottlingException"}
287287
],
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>"
289289
},
290290
"ListTagsForResource":{
291291
"name":"ListTagsForResource",
@@ -1401,6 +1401,14 @@
14011401
"KmsKeyId":{
14021402
"shape":"KmsKeyId",
14031403
"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>"
14041412
}
14051413
},
14061414
"documentation":"<p>Describes an Amazon Lookout for Vision model.</p>"
@@ -1924,6 +1932,10 @@
19241932
"idempotencyToken":true,
19251933
"location":"header",
19261934
"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>"
19271939
}
19281940
}
19291941
},

0 commit comments

Comments
 (0)