public enum EvaluatedAnnotation.Types.EvaluatedAnnotationType
Reference documentation and code samples for the Vertex AI v1beta1 API enum EvaluatedAnnotation.Types.EvaluatedAnnotationType.
Describes the type of the EvaluatedAnnotation. The type is determined
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Fields |
|
---|---|
Name | Description |
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. |