Knowledge Base Bedrock Embedding Model Configuration Args
data class KnowledgeBaseBedrockEmbeddingModelConfigurationArgs(val dimensions: Output<Int>? = null, val embeddingDataType: Output<KnowledgeBaseBedrockEmbeddingModelConfigurationEmbeddingDataType>? = null) : ConvertibleToJava<KnowledgeBaseBedrockEmbeddingModelConfigurationArgs>
The vector configuration details for the Bedrock embeddings model.
Constructors
Link copied to clipboard
constructor(dimensions: Output<Int>? = null, embeddingDataType: Output<KnowledgeBaseBedrockEmbeddingModelConfigurationEmbeddingDataType>? = null)
Properties
Link copied to clipboard
The dimensions details for the vector configuration used on the Bedrock embeddings model.
Link copied to clipboard
val embeddingDataType: Output<KnowledgeBaseBedrockEmbeddingModelConfigurationEmbeddingDataType>? = null
The data type for the vectors when using a model to convert text into vector embeddings.