Class InterpretationStructure (0.1.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[.question.InterpretationStructure.VisualizationType]
List of possible visualization types to apply for this interpretation. The order has no relevance.
column_info Sequence[.question.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.