Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::EvaluatedAnnotation::EvaluatedAnnotationType (v1.43.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::EvaluatedAnnotation::EvaluatedAnnotationType.
Describes the type of the EvaluatedAnnotation. The type is determined
Constants
EVALUATED_ANNOTATION_TYPE_UNSPECIFIED
value: 0 Invalid value.
TRUE_POSITIVE
value: 1 The EvaluatedAnnotation is a true positive. It has a prediction created
by the Model and a ground truth Annotation which the prediction matches.
FALSE_POSITIVE
value: 2 The EvaluatedAnnotation is false positive. It has a prediction created by
the Model which does not match any ground truth annotation.
FALSE_NEGATIVE
value: 3 The EvaluatedAnnotation is false negative. It has a ground truth
annotation which is not matched by any of the model created predictions.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-08 UTC."],[],[]]