Knowledge Base Vector Knowledge Base Configuration Args
data class KnowledgeBaseVectorKnowledgeBaseConfigurationArgs(val embeddingModelArn: Output<String>, val embeddingModelConfiguration: Output<KnowledgeBaseEmbeddingModelConfigurationArgs>? = null) : ConvertibleToJava<KnowledgeBaseVectorKnowledgeBaseConfigurationArgs>
Contains details about the model used to create vector embeddings for the knowledge base.
Constructors
Link copied to clipboard
constructor(embeddingModelArn: Output<String>, embeddingModelConfiguration: Output<KnowledgeBaseEmbeddingModelConfigurationArgs>? = null)