Class Suggestion (0.3.3)

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

A suggestion for a query with a ranking score. .. attribute:: suggestion_info

Detailed information about the suggestion.

:type: google.cloud.dataqna_v1alpha.types.SuggestionInfo

Attributes

NameDescription
ranking_score float
The score of the suggestion. This can be used to define ordering in UI. The score represents confidence in the suggestion where higher is better. All score values must be in the range [0, 1).
suggestion_type google.cloud.dataqna_v1alpha.types.SuggestionType
The type of the suggestion.