Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-cpp-automation committed Nov 27, 2024
1 parent ad9e08e commit 7ce35d6
Show file tree
Hide file tree
Showing 4 changed files with 2,280 additions and 63 deletions.
26 changes: 26 additions & 0 deletions tools/code-generation/smithy/api-descriptions/bedrock-agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -2047,6 +2047,12 @@
"traits": {
"smithy.api#documentation": "<p>The dimensions details for the vector configuration used on the Bedrock embeddings model.</p>"
}
},
"embeddingDataType": {
"target": "com.amazonaws.bedrockagent#EmbeddingDataType",
"traits": {
"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>"
}
}
},
"traits": {
Expand Down Expand Up @@ -5245,6 +5251,26 @@
"smithy.api#documentation": "<p>Details about duplicate connections found between two nodes in the flow.</p>"
}
},
"com.amazonaws.bedrockagent#EmbeddingDataType": {
"type": "enum",
"members": {
"FLOAT32": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "FLOAT32"
}
},
"BINARY": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "BINARY"
}
}
},
"traits": {
"smithy.api#documentation": "Bedrock models embedding data type. Can be either float32 or binary"
}
},
"com.amazonaws.bedrockagent#EmbeddingModelConfiguration": {
"type": "structure",
"members": {
Expand Down
Loading

0 comments on commit 7ce35d6

Please sign in to comment.