Class InterpretationStructure (0.2.1)

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

Information about the interpretation structure that helps to understand and visualize the response.

Attributes

NameDescription
visualization_types Sequence[google.cloud.dataqna_v1alpha.types.InterpretationStructure.VisualizationType]
List of possible visualization types to apply for this interpretation. The order has no relevance.
column_info Sequence[google.cloud.dataqna_v1alpha.types.InterpretationStructure.ColumnInfo]
Information about the output columns, that is, the columns that will be returned by the backend.

Classes

ColumnInfo

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

Information about a column. .. attribute:: output_alias

The alias of the output column as used by the backend. For example, the field name in the schema provided in the query response in BigQuery.

:type: str

VisualizationType

VisualizationType(value)

Enumeration of visualzation types to use for query response data.