Enum ErrorAnalysisAnnotation.QueryType (3.42.0)

public enum ErrorAnalysisAnnotation.QueryType extends Enum<ErrorAnalysisAnnotation.QueryType> implements ProtocolMessageEnum

The query type used for finding the attributed items.

Protobuf enum google.cloud.aiplatform.v1beta1.ErrorAnalysisAnnotation.QueryType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALL_SIMILAR

Query similar samples across all classes in the dataset.

ALL_SIMILAR = 1;

ALL_SIMILAR_VALUE

Query similar samples across all classes in the dataset.

ALL_SIMILAR = 1;

QUERY_TYPE_UNSPECIFIED

Unspecified query type for model error analysis.

QUERY_TYPE_UNSPECIFIED = 0;

QUERY_TYPE_UNSPECIFIED_VALUE

Unspecified query type for model error analysis.

QUERY_TYPE_UNSPECIFIED = 0;

SAME_CLASS_DISSIMILAR

Query dissimilar samples from the same class of the input sample.

SAME_CLASS_DISSIMILAR = 3;

SAME_CLASS_DISSIMILAR_VALUE

Query dissimilar samples from the same class of the input sample.

SAME_CLASS_DISSIMILAR = 3;

SAME_CLASS_SIMILAR

Query similar samples from the same class of the input sample.

SAME_CLASS_SIMILAR = 2;

SAME_CLASS_SIMILAR_VALUE

Query similar samples from the same class of the input sample.

SAME_CLASS_SIMILAR = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()