Class: Aws::BedrockAgent::Types::BedrockEmbeddingModelConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::BedrockEmbeddingModelConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
The vector configuration details for the Bedrock embeddings model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimensions ⇒ Integer
The dimensions details for the vector configuration used on the Bedrock embeddings model.
Instance Attribute Details
#dimensions ⇒ Integer
The dimensions details for the vector configuration used on the Bedrock embeddings model.
963 964 965 966 967 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 963 class BedrockEmbeddingModelConfiguration < Struct.new( :dimensions) SENSITIVE = [] include Aws::Structure end |