TextExtractionEvaluationMetrics(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Model evaluation metrics for text extraction problems.
Attributes
Name | Description |
au_prc |
float
Output only. The Area under precision recall curve metric. |
confidence_metrics_entries |
Sequence[google.cloud.automl_v1.types.TextExtractionEvaluationMetrics.ConfidenceMetricsEntry]
Output only. Metrics that have confidence thresholds. Precision-recall curve can be derived from it. |
Classes
ConfidenceMetricsEntry
ConfidenceMetricsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metrics for a single confidence threshold.