Skip to content

Commit 1b6f01d

Browse files
author
AWS
committed
Amazon Bedrock Update: This release adds support for on-demand custom model inference through CustomModelDeployment APIs for Amazon Bedrock.
1 parent 1fad74c commit 1b6f01d

File tree

3 files changed

+354
-3
lines changed

3 files changed

+354
-3
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 Bedrock",
4+
"contributor": "",
5+
"description": "This release adds support for on-demand custom model inference through CustomModelDeployment APIs for Amazon Bedrock."
6+
}

services/bedrock/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"pagination": {
3+
"ListCustomModelDeployments": {
4+
"input_token": "nextToken",
5+
"output_token": "nextToken",
6+
"limit_key": "maxResults",
7+
"result_key": "modelDeploymentSummaries"
8+
},
39
"ListCustomModels": {
410
"input_token": "nextToken",
511
"output_token": "nextToken",

0 commit comments

Comments
 (0)