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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
EVALUATED_ANNOTATION_TYPE_UNSPECIFIED |
Invalid value. |
EVALUATED_ANNOTATION_TYPE_UNSPECIFIED_VALUE |
Invalid value. |
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_VALUE |
The EvaluatedAnnotation is false negative. It has a ground truth annotation which is not matched by any of the model created predictions. |
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_VALUE |
The EvaluatedAnnotation is false positive. It has a prediction created by the Model which does not match any ground truth annotation. |
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_VALUE |
The EvaluatedAnnotation is a true positive. It has a prediction created by the Model and a ground truth Annotation which the prediction matches. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |