public static interface Evaluation.MultiConfidenceMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getAuprc()
The calculated area under the precision recall curve (AUPRC), computed by
integrating over all confidence thresholds.
|
float |
getAuprcExact()
The AUPRC for metrics with fuzzy matching disabled, i.e., exact matching
only.
|
Evaluation.ConfidenceLevelMetrics |
getConfidenceLevelMetrics(int index)
Metrics across confidence levels with fuzzy matching enabled.
|
int |
getConfidenceLevelMetricsCount()
Metrics across confidence levels with fuzzy matching enabled.
|
Evaluation.ConfidenceLevelMetrics |
getConfidenceLevelMetricsExact(int index)
Metrics across confidence levels with only exact matching.
|
int |
getConfidenceLevelMetricsExactCount()
Metrics across confidence levels with only exact matching.
|
List<Evaluation.ConfidenceLevelMetrics> |
getConfidenceLevelMetricsExactList()
Metrics across confidence levels with only exact matching.
|
Evaluation.ConfidenceLevelMetricsOrBuilder |
getConfidenceLevelMetricsExactOrBuilder(int index)
Metrics across confidence levels with only exact matching.
|
List<? extends Evaluation.ConfidenceLevelMetricsOrBuilder> |
getConfidenceLevelMetricsExactOrBuilderList()
Metrics across confidence levels with only exact matching.
|
List<Evaluation.ConfidenceLevelMetrics> |
getConfidenceLevelMetricsList()
Metrics across confidence levels with fuzzy matching enabled.
|
Evaluation.ConfidenceLevelMetricsOrBuilder |
getConfidenceLevelMetricsOrBuilder(int index)
Metrics across confidence levels with fuzzy matching enabled.
|
List<? extends Evaluation.ConfidenceLevelMetricsOrBuilder> |
getConfidenceLevelMetricsOrBuilderList()
Metrics across confidence levels with fuzzy matching enabled.
|
float |
getEstimatedCalibrationError()
The Estimated Calibration Error (ECE) of the confidence of the predicted
entities.
|
float |
getEstimatedCalibrationErrorExact()
The ECE for the predicted entities with fuzzy matching disabled, i.e.,
exact matching only.
|
Evaluation.MultiConfidenceMetrics.MetricsType |
getMetricsType()
The metrics type for the label.
|
int |
getMetricsTypeValue()
The metrics type for the label.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Evaluation.ConfidenceLevelMetrics> getConfidenceLevelMetricsList()
Metrics across confidence levels with fuzzy matching enabled.
repeated .google.cloud.documentai.v1beta3.Evaluation.ConfidenceLevelMetrics confidence_level_metrics = 1;
Evaluation.ConfidenceLevelMetrics getConfidenceLevelMetrics(int index)
Metrics across confidence levels with fuzzy matching enabled.
repeated .google.cloud.documentai.v1beta3.Evaluation.ConfidenceLevelMetrics confidence_level_metrics = 1;
int getConfidenceLevelMetricsCount()
Metrics across confidence levels with fuzzy matching enabled.
repeated .google.cloud.documentai.v1beta3.Evaluation.ConfidenceLevelMetrics confidence_level_metrics = 1;
List<? extends Evaluation.ConfidenceLevelMetricsOrBuilder> getConfidenceLevelMetricsOrBuilderList()
Metrics across confidence levels with fuzzy matching enabled.
repeated .google.cloud.documentai.v1beta3.Evaluation.ConfidenceLevelMetrics confidence_level_metrics = 1;
Evaluation.ConfidenceLevelMetricsOrBuilder getConfidenceLevelMetricsOrBuilder(int index)
Metrics across confidence levels with fuzzy matching enabled.
repeated .google.cloud.documentai.v1beta3.Evaluation.ConfidenceLevelMetrics confidence_level_metrics = 1;
List<Evaluation.ConfidenceLevelMetrics> getConfidenceLevelMetricsExactList()
Metrics across confidence levels with only exact matching.
repeated .google.cloud.documentai.v1beta3.Evaluation.ConfidenceLevelMetrics confidence_level_metrics_exact = 4;
Evaluation.ConfidenceLevelMetrics getConfidenceLevelMetricsExact(int index)
Metrics across confidence levels with only exact matching.
repeated .google.cloud.documentai.v1beta3.Evaluation.ConfidenceLevelMetrics confidence_level_metrics_exact = 4;
int getConfidenceLevelMetricsExactCount()
Metrics across confidence levels with only exact matching.
repeated .google.cloud.documentai.v1beta3.Evaluation.ConfidenceLevelMetrics confidence_level_metrics_exact = 4;
List<? extends Evaluation.ConfidenceLevelMetricsOrBuilder> getConfidenceLevelMetricsExactOrBuilderList()
Metrics across confidence levels with only exact matching.
repeated .google.cloud.documentai.v1beta3.Evaluation.ConfidenceLevelMetrics confidence_level_metrics_exact = 4;
Evaluation.ConfidenceLevelMetricsOrBuilder getConfidenceLevelMetricsExactOrBuilder(int index)
Metrics across confidence levels with only exact matching.
repeated .google.cloud.documentai.v1beta3.Evaluation.ConfidenceLevelMetrics confidence_level_metrics_exact = 4;
float getAuprc()
The calculated area under the precision recall curve (AUPRC), computed by integrating over all confidence thresholds.
float auprc = 2;float getEstimatedCalibrationError()
The Estimated Calibration Error (ECE) of the confidence of the predicted entities.
float estimated_calibration_error = 3;float getAuprcExact()
The AUPRC for metrics with fuzzy matching disabled, i.e., exact matching only.
float auprc_exact = 5;float getEstimatedCalibrationErrorExact()
The ECE for the predicted entities with fuzzy matching disabled, i.e., exact matching only.
float estimated_calibration_error_exact = 6;int getMetricsTypeValue()
The metrics type for the label.
.google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics.MetricsType metrics_type = 7;
Evaluation.MultiConfidenceMetrics.MetricsType getMetricsType()
The metrics type for the label.
.google.cloud.documentai.v1beta3.Evaluation.MultiConfidenceMetrics.MetricsType metrics_type = 7;
Copyright © 2024 Google LLC. All rights reserved.