AgentKnowledgeBaseStorageConfigurationArgs

data class AgentKnowledgeBaseStorageConfigurationArgs(val opensearchServerlessConfiguration: Output<AgentKnowledgeBaseStorageConfigurationOpensearchServerlessConfigurationArgs>? = null, val pineconeConfiguration: Output<AgentKnowledgeBaseStorageConfigurationPineconeConfigurationArgs>? = null, val rdsConfiguration: Output<AgentKnowledgeBaseStorageConfigurationRdsConfigurationArgs>? = null, val redisEnterpriseCloudConfiguration: Output<AgentKnowledgeBaseStorageConfigurationRedisEnterpriseCloudConfigurationArgs>? = null, val type: Output<String>) : ConvertibleToJava<AgentKnowledgeBaseStorageConfigurationArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.

Link copied to clipboard

Contains the storage configuration of the knowledge base in Pinecone.

Link copied to clipboard

Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see Create a vector index in Amazon RDS.

Link copied to clipboard

Contains the storage configuration of the knowledge base in Redis Enterprise Cloud.

Link copied to clipboard
val type: Output<String>

The vector store service in which the knowledge base is stored.Valid Values: OPENSEARCH_SERVERLESS | PINECONE | REDIS_ENTERPRISE_CLOUD | RDS