Enum EvaluatedAnnotation.EvaluatedAnnotationType (3.42.0)

public enum EvaluatedAnnotation.EvaluatedAnnotationType extends Enum<EvaluatedAnnotation.EvaluatedAnnotationType> implements ProtocolMessageEnum

Describes the type of the EvaluatedAnnotation. The type is determined

Protobuf enum google.cloud.aiplatform.v1.EvaluatedAnnotation.EvaluatedAnnotationType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EVALUATED_ANNOTATION_TYPE_UNSPECIFIED

Invalid value.

EVALUATED_ANNOTATION_TYPE_UNSPECIFIED = 0;

EVALUATED_ANNOTATION_TYPE_UNSPECIFIED_VALUE

Invalid value.

EVALUATED_ANNOTATION_TYPE_UNSPECIFIED = 0;

FALSE_NEGATIVE

The EvaluatedAnnotation is false negative. It has a ground truth annotation which is not matched by any of the model created predictions.

FALSE_NEGATIVE = 3;

FALSE_NEGATIVE_VALUE

The EvaluatedAnnotation is false negative. It has a ground truth annotation which is not matched by any of the model created predictions.

FALSE_NEGATIVE = 3;

FALSE_POSITIVE

The EvaluatedAnnotation is false positive. It has a prediction created by the Model which does not match any ground truth annotation.

FALSE_POSITIVE = 2;

FALSE_POSITIVE_VALUE

The EvaluatedAnnotation is false positive. It has a prediction created by the Model which does not match any ground truth annotation.

FALSE_POSITIVE = 2;

TRUE_POSITIVE

The EvaluatedAnnotation is a true positive. It has a prediction created by the Model and a ground truth Annotation which the prediction matches.

TRUE_POSITIVE = 1;

TRUE_POSITIVE_VALUE

The EvaluatedAnnotation is a true positive. It has a prediction created by the Model and a ground truth Annotation which the prediction matches.

TRUE_POSITIVE = 1;

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()