Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Nov 27, 2024
1 parent a86e0e8 commit bb97650
Show file tree
Hide file tree
Showing 77 changed files with 6,576 additions and 363 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ RubyGems.org page under "LINKS" section.
| Auto Scaling | Aws::AutoScaling | aws-sdk-autoscaling | 2011-01-01 |
| Braket | Aws::Braket | aws-sdk-braket | 2019-09-01 |
| CloudWatch Observability Access Manager | Aws::OAM | aws-sdk-oam | 2022-06-10 |
| CloudWatch Observability Admin Service | Aws::ObservabilityAdmin | aws-sdk-observabilityadmin | 2018-05-10 |
| CloudWatch RUM | Aws::CloudWatchRUM | aws-sdk-cloudwatchrum | 2018-05-10 |
| CodeArtifact | Aws::CodeArtifact | aws-sdk-codeartifact | 2018-09-22 |
| Cost Optimization Hub | Aws::CostOptimizationHub | aws-sdk-costoptimizationhub | 2022-07-26 |
Expand Down
10 changes: 9 additions & 1 deletion apis/bedrock-agent/2023-06-05/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,8 @@
"BedrockEmbeddingModelConfiguration":{
"type":"structure",
"members":{
"dimensions":{"shape":"Dimensions"}
"dimensions":{"shape":"Dimensions"},
"embeddingDataType":{"shape":"EmbeddingDataType"}
}
},
"BedrockFoundationModelConfiguration":{
Expand Down Expand Up @@ -2634,6 +2635,13 @@
"target":{"shape":"FlowNodeName"}
}
},
"EmbeddingDataType":{
"type":"string",
"enum":[
"FLOAT32",
"BINARY"
]
},
"EmbeddingModelConfiguration":{
"type":"structure",
"members":{
Expand Down
6 changes: 6 additions & 0 deletions apis/bedrock-agent/2023-06-05/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,12 @@
"FlowValidationDetails$duplicateConnections": "<p>Details about duplicate connections between nodes.</p>"
}
},
"EmbeddingDataType": {
"base": "<p>Bedrock models embedding data type. Can be either float32 or binary</p>",
"refs": {
"BedrockEmbeddingModelConfiguration$embeddingDataType": "<p>The data type for the vectors when using a model to convert text into vector embeddings. The model must support the specified data type for vector embeddings. Floating-point (float32) is the default data type, and is supported by most models for vector embeddings. See <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-supported.html\">Supported embeddings models</a> for information on the available models and their vector data types.</p>"
}
},
"EmbeddingModelConfiguration": {
"base": "<p>The configuration details for the embeddings model.</p>",
"refs": {
Expand Down
Loading

0 comments on commit bb97650

Please sign in to comment.