public interface TextExtractionEvaluationMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getAuPrc()
Output only.
|
TextExtractionEvaluationMetrics.ConfidenceMetricsEntry |
getConfidenceMetricsEntries(int index)
Output only.
|
int |
getConfidenceMetricsEntriesCount()
Output only.
|
List<TextExtractionEvaluationMetrics.ConfidenceMetricsEntry> |
getConfidenceMetricsEntriesList()
Output only.
|
TextExtractionEvaluationMetrics.ConfidenceMetricsEntryOrBuilder |
getConfidenceMetricsEntriesOrBuilder(int index)
Output only.
|
List<? extends TextExtractionEvaluationMetrics.ConfidenceMetricsEntryOrBuilder> |
getConfidenceMetricsEntriesOrBuilderList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getAuPrc()
Output only. The Area under precision recall curve metric.
float au_prc = 1;List<TextExtractionEvaluationMetrics.ConfidenceMetricsEntry> getConfidenceMetricsEntriesList()
Output only. Metrics that have confidence thresholds. Precision-recall curve can be derived from it.
repeated .google.cloud.automl.v1.TextExtractionEvaluationMetrics.ConfidenceMetricsEntry confidence_metrics_entries = 2;
TextExtractionEvaluationMetrics.ConfidenceMetricsEntry getConfidenceMetricsEntries(int index)
Output only. Metrics that have confidence thresholds. Precision-recall curve can be derived from it.
repeated .google.cloud.automl.v1.TextExtractionEvaluationMetrics.ConfidenceMetricsEntry confidence_metrics_entries = 2;
int getConfidenceMetricsEntriesCount()
Output only. Metrics that have confidence thresholds. Precision-recall curve can be derived from it.
repeated .google.cloud.automl.v1.TextExtractionEvaluationMetrics.ConfidenceMetricsEntry confidence_metrics_entries = 2;
List<? extends TextExtractionEvaluationMetrics.ConfidenceMetricsEntryOrBuilder> getConfidenceMetricsEntriesOrBuilderList()
Output only. Metrics that have confidence thresholds. Precision-recall curve can be derived from it.
repeated .google.cloud.automl.v1.TextExtractionEvaluationMetrics.ConfidenceMetricsEntry confidence_metrics_entries = 2;
TextExtractionEvaluationMetrics.ConfidenceMetricsEntryOrBuilder getConfidenceMetricsEntriesOrBuilder(int index)
Output only. Metrics that have confidence thresholds. Precision-recall curve can be derived from it.
repeated .google.cloud.automl.v1.TextExtractionEvaluationMetrics.ConfidenceMetricsEntry confidence_metrics_entries = 2;
Copyright © 2025 Google LLC. All rights reserved.