Skip to content

Commit 2425325

Browse files
author
AWS
committed
Amazon Bedrock Update: API and Documentation for Bedrock Model Copy feature. This feature lets you share and copy a custom model from one region to another or one account to another.
1 parent 9bc3308 commit 2425325

File tree

3 files changed

+376
-32
lines changed

3 files changed

+376
-32
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": "API and Documentation for Bedrock Model Copy feature. This feature lets you share and copy a custom model from one region to another or one account to another."
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
@@ -18,6 +18,12 @@
1818
"limit_key": "maxResults",
1919
"result_key": "guardrails"
2020
},
21+
"ListModelCopyJobs": {
22+
"input_token": "nextToken",
23+
"output_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"result_key": "modelCopyJobSummaries"
26+
},
2127
"ListModelCustomizationJobs": {
2228
"input_token": "nextToken",
2329
"output_token": "nextToken",

0 commit comments

Comments
 (0)