KnowledgeBaseQueryGenerationContextArgs

data class KnowledgeBaseQueryGenerationContextArgs(val curatedQueries: Output<List<KnowledgeBaseCuratedQueryArgs>>? = null, val tables: Output<List<KnowledgeBaseQueryGenerationTableArgs>>? = null) : ConvertibleToJava<KnowledgeBaseQueryGenerationContextArgs>

Context used to improve query generation

Constructors

Link copied to clipboard
constructor(curatedQueries: Output<List<KnowledgeBaseCuratedQueryArgs>>? = null, tables: Output<List<KnowledgeBaseQueryGenerationTableArgs>>? = null)

Properties

Link copied to clipboard

An array of objects, each of which defines information about example queries to help the query engine generate appropriate SQL queries.

Link copied to clipboard

An array of objects, each of which defines information about a table in the database.

Functions

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