Knowledge Base Query Generation Table
data class KnowledgeBaseQueryGenerationTable(val columns: List<KnowledgeBaseQueryGenerationColumn>? = null, val description: String? = null, val inclusion: KnowledgeBaseInclusionType? = null, val name: String)
Tables used for Redshift query generation context
Constructors
Link copied to clipboard
constructor(columns: List<KnowledgeBaseQueryGenerationColumn>? = null, description: String? = null, inclusion: KnowledgeBaseInclusionType? = null, name: String)