Metrics for a single confidence threshold.
.. attribute:: confidence_threshold
Output only. The confidence threshold value
used to compute the metrics. Only annotations
with score of at least this threshold are
considered to be ones the model would return.
:type: float
Attributes
Name
Description
recall
float
Output only. Recall under the given
confidence threshold.
precision
float
Output only. Precision under the given
confidence threshold.
f1_score
float
Output only. The harmonic mean of recall and
precision.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-02 UTC."],[],[]]