Class QueryType (1.24.1)

QueryType(value)

The query type used for finding the attributed items.

Values: QUERY_TYPE_UNSPECIFIED (0): Unspecified query type for model error analysis. ALL_SIMILAR (1): Query similar samples across all classes in the dataset. SAME_CLASS_SIMILAR (2): Query similar samples from the same class of the input sample. SAME_CLASS_DISSIMILAR (3): Query dissimilar samples from the same class of the input sample.

Inheritance

builtins.object > builtins.int > builtins.object > enum.Enum > enum.IntEnum > proto.enums.Enum > QueryType