Knowledge Base Sql Knowledge Base Configuration
data class KnowledgeBaseSqlKnowledgeBaseConfiguration(val redshiftConfiguration: KnowledgeBaseRedshiftConfiguration? = null, val type: KnowledgeBaseQueryEngineType)
Configurations for a SQL knowledge base
Constructors
Link copied to clipboard
constructor(redshiftConfiguration: KnowledgeBaseRedshiftConfiguration? = null, type: KnowledgeBaseQueryEngineType)