Class ExampleSuggestion (0.2.0)

ExampleSuggestion(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A suggested BigQuery NL-SQL example for the given table.

Attributes

Name Description
nl_query str
The natural language query.
sql str
The SQL answer to the query.
linked_bigquery_tables MutableSequence[str]
The linked table resources for the suggested example.