InterpretationStructure(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Information about the interpretation structure that helps to understand and visualize the response.
Attributes | |
---|---|
Name | Description |
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.
VisualizationType
VisualizationType(value)
Enumeration of visualzation types to use for query response data.