Class DataQuery (0.2.0)

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

A query for retrieving data.

Attributes

Name Description
question str
Optional. A natural language question to answer.
name str
Optional. 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_v1beta.types.Datasource]
Optional. The datasources available to answer the question.