public static interface Evaluation.ConfidenceLevelMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getConfidenceLevel()
The confidence level.
|
Evaluation.Metrics |
getMetrics()
The metrics at the specific confidence level.
|
Evaluation.MetricsOrBuilder |
getMetricsOrBuilder()
The metrics at the specific confidence level.
|
boolean |
hasMetrics()
The metrics at the specific confidence level.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getConfidenceLevel()
The confidence level.
float confidence_level = 1;boolean hasMetrics()
The metrics at the specific confidence level.
.google.cloud.documentai.v1beta3.Evaluation.Metrics metrics = 2;Evaluation.Metrics getMetrics()
The metrics at the specific confidence level.
.google.cloud.documentai.v1beta3.Evaluation.Metrics metrics = 2;Evaluation.MetricsOrBuilder getMetricsOrBuilder()
The metrics at the specific confidence level.
.google.cloud.documentai.v1beta3.Evaluation.Metrics metrics = 2;Copyright © 2024 Google LLC. All rights reserved.