Knowledge Base Bedrock Embedding Model Configuration
data class KnowledgeBaseBedrockEmbeddingModelConfiguration(val dimensions: Int? = null, val embeddingDataType: KnowledgeBaseBedrockEmbeddingModelConfigurationEmbeddingDataType? = null)
The vector configuration details for the Bedrock embeddings model.
Constructors
Link copied to clipboard
constructor(dimensions: Int? = null, embeddingDataType: KnowledgeBaseBedrockEmbeddingModelConfigurationEmbeddingDataType? = null)