Agent Knowledge Base Knowledge Base Configuration Vector Knowledge Base Configuration Args
data class AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationArgs(val embeddingModelArn: Output<String>, val embeddingModelConfiguration: Output<AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationEmbeddingModelConfigurationArgs>? = null, val supplementalDataStorageConfiguration: Output<AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationSupplementalDataStorageConfigurationArgs>? = null) : ConvertibleToJava<AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationArgs>
Constructors
Link copied to clipboard
constructor(embeddingModelArn: Output<String>, embeddingModelConfiguration: Output<AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationEmbeddingModelConfigurationArgs>? = null, supplementalDataStorageConfiguration: Output<AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationSupplementalDataStorageConfigurationArgs>? = null)
Properties
Link copied to clipboard
ARN of the model used to create vector embeddings for the knowledge base.
Link copied to clipboard
val embeddingModelConfiguration: Output<AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationEmbeddingModelConfigurationArgs>? = null
The embeddings model configuration details for the vector model used in Knowledge Base. See embedding_model_configuration
block for details.
Link copied to clipboard
val supplementalDataStorageConfiguration: Output<AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationSupplementalDataStorageConfigurationArgs>? = null
supplemental_data_storage_configuration. See supplemental_data_storage_configuration
block for details.