Skip to content

Commit 65ab4f8

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 8939ed0 commit 65ab4f8

File tree

4 files changed

+2280
-63
lines changed

4 files changed

+2280
-63
lines changed

codegen/sdk-codegen/aws-models/bedrock-agent.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2047,6 +2047,12 @@
20472047
"traits": {
20482048
"smithy.api#documentation": "<p>The dimensions details for the vector configuration used on the Bedrock embeddings model.</p>"
20492049
}
2050+
},
2051+
"embeddingDataType": {
2052+
"target": "com.amazonaws.bedrockagent#EmbeddingDataType",
2053+
"traits": {
2054+
"smithy.api#documentation": "<p>The data type for the vectors when using a model to convert text into vector \n embeddings. The model must support the specified data type for vector embeddings. \n Floating-point (float32) is the default data type, and is supported by most models \n for vector embeddings. See <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-supported.html\">Supported embeddings \n models</a> for information on the available models and their vector data types.</p>"
2055+
}
20502056
}
20512057
},
20522058
"traits": {
@@ -5245,6 +5251,26 @@
52455251
"smithy.api#documentation": "<p>Details about duplicate connections found between two nodes in the flow.</p>"
52465252
}
52475253
},
5254+
"com.amazonaws.bedrockagent#EmbeddingDataType": {
5255+
"type": "enum",
5256+
"members": {
5257+
"FLOAT32": {
5258+
"target": "smithy.api#Unit",
5259+
"traits": {
5260+
"smithy.api#enumValue": "FLOAT32"
5261+
}
5262+
},
5263+
"BINARY": {
5264+
"target": "smithy.api#Unit",
5265+
"traits": {
5266+
"smithy.api#enumValue": "BINARY"
5267+
}
5268+
}
5269+
},
5270+
"traits": {
5271+
"smithy.api#documentation": "Bedrock models embedding data type. Can be either float32 or binary"
5272+
}
5273+
},
52485274
"com.amazonaws.bedrockagent#EmbeddingModelConfiguration": {
52495275
"type": "structure",
52505276
"members": {

0 commit comments

Comments
 (0)