groundTruths property
Output only. The ground truth Annotations, i.e. the Annotations that exist in the test data the Model is evaluated on.
For true positive, there is one and only one ground truth annotation, which
matches the only prediction in
predictions.
For false positive, there are zero or more ground truth annotations that
are similar to the only prediction in
predictions,
but not enough for a match.
For false negative, there is one and only one ground truth annotation, which doesn't match any predictions created by the model.
The schema of the ground truth is stored in
ModelEvaluation.annotation_schema_uri
Implementation
final List<protobuf.Value> groundTruths;