Class DataQuery (0.1.0)

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

A query for retrieving data.

Attributes

Name Description
question str
Output only. A natural language question to answer.
name str
Output only. A snake-case name for the query that reflects its intent. It is used to name the corresponding data result, so that it can be referenced in later steps. Example: "total_sales_by_product" Example: "sales_for_product_12345".
datasources MutableSequence[google.cloud.geminidataanalytics_v1alpha.types.Datasource]
Output only. The datasources available to answer the question.