Skip to content

Commit 0f8d975

Browse files
author
AWS
committed
Agents for Amazon Bedrock Update: Amazon Bedrock Knowledge Bases now supports using application inference profiles to increase throughput and improve resilience.
1 parent a8b44e6 commit 0f8d975

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Agents for Amazon Bedrock",
4+
"contributor": "",
5+
"description": "Amazon Bedrock Knowledge Bases now supports using application inference profiles to increase throughput and improve resilience."
6+
}

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

+6-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
"endpointPrefix":"bedrock-agent",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceFullName":"Agents for Amazon Bedrock",
910
"serviceId":"Bedrock Agent",
1011
"signatureVersion":"v4",
1112
"signingName":"bedrock",
12-
"uid":"bedrock-agent-2023-06-05"
13+
"uid":"bedrock-agent-2023-06-05",
14+
"auth":["aws.auth#sigv4"]
1315
},
1416
"operations":{
1517
"AssociateAgentKnowledgeBase":{
@@ -1996,7 +1998,7 @@
19961998
"type":"string",
19971999
"max":2048,
19982000
"min":20,
1999-
"pattern":"^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)$"
2001+
"pattern":"^(arn:aws(-[^:]{1,12})?:(bedrock|sagemaker):[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$"
20002002
},
20012003
"BedrockEmbeddingModelConfiguration":{
20022004
"type":"structure",
@@ -2027,7 +2029,7 @@
20272029
"type":"string",
20282030
"max":2048,
20292031
"min":1,
2030-
"pattern":"^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}::foundation-model/([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):inference-profile/[a-zA-Z0-9-:.]+)$"
2032+
"pattern":"^(arn:aws(-[^:]{1,12})?:(bedrock):[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$"
20312033
},
20322034
"Boolean":{
20332035
"type":"boolean",
@@ -8170,7 +8172,7 @@
81708172
"members":{
81718173
"embeddingModelArn":{
81728174
"shape":"BedrockEmbeddingModelArn",
8173-
"documentation":"<p>The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.</p>"
8175+
"documentation":"<p>The Amazon Resource Name (ARN) of the model or inference profile used to create vector embeddings for the knowledge base.</p>"
81748176
},
81758177
"embeddingModelConfiguration":{
81768178
"shape":"EmbeddingModelConfiguration",

0 commit comments

Comments
 (0)