KnowledgeBaseVectorKnowledgeBaseConfigurationArgs

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

constructor(embeddingModelArn: Output<String>, embeddingModelConfiguration: Output<KnowledgeBaseEmbeddingModelConfigurationArgs>? = null)

Properties

Link copied to clipboard

The ARN of the model used to create vector embeddings for the knowledge base.

Link copied to clipboard

The embeddings model configuration details for the vector model used in Knowledge Base.

Functions

Link copied to clipboard
open override fun toJava(): KnowledgeBaseVectorKnowledgeBaseConfigurationArgs