queryType property

String? queryType
getter/setter pair

The query type used for finding the attributed items. Possible string values are:

  • "QUERY_TYPE_UNSPECIFIED" : Unspecified query type for model error analysis.
  • "ALL_SIMILAR" : Query similar samples across all classes in the dataset.
  • "SAME_CLASS_SIMILAR" : Query similar samples from the same class of the input sample.
  • "SAME_CLASS_DISSIMILAR" : Query dissimilar samples from the same class of the input sample.

Implementation

core.String? queryType;