Class QueryType (1.50.0)

QueryType(value)

The query type used for finding the attributed items.

Enum 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.

Methods

QueryType

QueryType(value)

The query type used for finding the attributed items.

Enum 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.