BedrockEmbeddingModelConfiguration¶
Structure Class¶
BedrockEmbeddingModelConfiguration
dataclass
¶
The vector configuration details for the Bedrock embeddings model.
Attributes¶
audio
class-attribute
instance-attribute
¶
audio: list[AudioConfiguration] | None = None
Configuration settings for processing audio content in multimodal knowledge bases.
dimensions
class-attribute
instance-attribute
¶
dimensions: int | None = None
The dimensions details for the vector configuration used on the Bedrock embeddings model.
embedding_data_type
class-attribute
instance-attribute
¶
embedding_data_type: EmbeddingDataType | None = None
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 Supported embeddings models for information on the available models and their vector data types.
video
class-attribute
instance-attribute
¶
video: list[VideoConfiguration] | None = None
Configuration settings for processing video content in multimodal knowledge bases.