Class InterpretErrorDetails (0.3.3)

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

Details on interpretation failure. .. attribute:: unsupported_details

Populated if parts of the query are unsupported.

:type: google.cloud.dataqna_v1alpha.types.InterpretError.InterpretUnsupportedDetails

Attributes

NameDescription
incomplete_query_details google.cloud.dataqna_v1alpha.types.InterpretError.InterpretIncompleteQueryDetails
Populated if the query is incomplete.
ambiguity_details google.cloud.dataqna_v1alpha.types.InterpretError.InterpretAmbiguityDetails
Populated if the query was too ambiguous.