public static enum EvaluatedAnnotation.EvaluatedAnnotationType extends Enum<EvaluatedAnnotation.EvaluatedAnnotationType> implements com.google.protobuf.ProtocolMessageEnum
Describes the type of the EvaluatedAnnotation. The type is determinedProtobuf enum
google.cloud.aiplatform.v1beta1.EvaluatedAnnotation.EvaluatedAnnotationType| Enum Constant and Description |
|---|
EVALUATED_ANNOTATION_TYPE_UNSPECIFIED
Invalid value.
|
FALSE_NEGATIVE
The EvaluatedAnnotation is false negative.
|
FALSE_POSITIVE
The EvaluatedAnnotation is false positive.
|
TRUE_POSITIVE
The EvaluatedAnnotation is a true positive.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
EVALUATED_ANNOTATION_TYPE_UNSPECIFIED_VALUE
Invalid value.
|
static int |
FALSE_NEGATIVE_VALUE
The EvaluatedAnnotation is false negative.
|
static int |
FALSE_POSITIVE_VALUE
The EvaluatedAnnotation is false positive.
|
static int |
TRUE_POSITIVE_VALUE
The EvaluatedAnnotation is a true positive.
|
| Modifier and Type | Method and Description |
|---|---|
static EvaluatedAnnotation.EvaluatedAnnotationType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<EvaluatedAnnotation.EvaluatedAnnotationType> |
internalGetValueMap() |
static EvaluatedAnnotation.EvaluatedAnnotationType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EvaluatedAnnotation.EvaluatedAnnotationType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EvaluatedAnnotation.EvaluatedAnnotationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvaluatedAnnotation.EvaluatedAnnotationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EvaluatedAnnotation.EvaluatedAnnotationType EVALUATED_ANNOTATION_TYPE_UNSPECIFIED
Invalid value.
EVALUATED_ANNOTATION_TYPE_UNSPECIFIED = 0;public static final EvaluatedAnnotation.EvaluatedAnnotationType 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;public static final EvaluatedAnnotation.EvaluatedAnnotationType 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;public static final EvaluatedAnnotation.EvaluatedAnnotationType 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;public static final EvaluatedAnnotation.EvaluatedAnnotationType UNRECOGNIZED
public static final int EVALUATED_ANNOTATION_TYPE_UNSPECIFIED_VALUE
Invalid value.
EVALUATED_ANNOTATION_TYPE_UNSPECIFIED = 0;public static final int 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;public static final int 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;public static final int 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;public static EvaluatedAnnotation.EvaluatedAnnotationType[] values()
for (EvaluatedAnnotation.EvaluatedAnnotationType c : EvaluatedAnnotation.EvaluatedAnnotationType.values()) System.out.println(c);
public static EvaluatedAnnotation.EvaluatedAnnotationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static EvaluatedAnnotation.EvaluatedAnnotationType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static EvaluatedAnnotation.EvaluatedAnnotationType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<EvaluatedAnnotation.EvaluatedAnnotationType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static EvaluatedAnnotation.EvaluatedAnnotationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.