Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class EvaluatedAnnotationType.
Describes the type of the EvaluatedAnnotation. The type is determined
Protobuf type google.cloud.aiplatform.v1.EvaluatedAnnotation.EvaluatedAnnotationType
Namespace
Google \ Cloud \ AIPlatform \ V1 \ EvaluatedAnnotationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
EVALUATED_ANNOTATION_TYPE_UNSPECIFIED
Value: 0Invalid value.
Generated from protobuf enum EVALUATED_ANNOTATION_TYPE_UNSPECIFIED = 0;
TRUE_POSITIVE
Value: 1The EvaluatedAnnotation is a true positive. It has a prediction created by the Model and a ground truth Annotation which the prediction matches.
Generated from protobuf enum TRUE_POSITIVE = 1;
FALSE_POSITIVE
Value: 2The EvaluatedAnnotation is false positive. It has a prediction created by the Model which does not match any ground truth annotation.
Generated from protobuf enum FALSE_POSITIVE = 2;
FALSE_NEGATIVE
Value: 3The EvaluatedAnnotation is false negative. It has a ground truth annotation which is not matched by any of the model created predictions.
Generated from protobuf enum FALSE_NEGATIVE = 3;