Cloud AI Platform v1 API - Enum EvaluatedAnnotation.Types.EvaluatedAnnotationType (2.27.0)

public enum EvaluatedAnnotation.Types.EvaluatedAnnotationType

Reference documentation and code samples for the Cloud AI Platform v1 API enum EvaluatedAnnotation.Types.EvaluatedAnnotationType.

Describes the type of the EvaluatedAnnotation. The type is determined

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
FalseNegative

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

FalsePositive

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

TruePositive

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

Unspecified

Invalid value.