public interface EvaluationReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Evaluation.Metrics |
getAggregateMetrics()
An aggregate of the statistics for the evaluation with fuzzy matching on.
|
Evaluation.Metrics |
getAggregateMetricsExact()
An aggregate of the statistics for the evaluation with fuzzy matching off.
|
Evaluation.MetricsOrBuilder |
getAggregateMetricsExactOrBuilder()
An aggregate of the statistics for the evaluation with fuzzy matching off.
|
Evaluation.MetricsOrBuilder |
getAggregateMetricsOrBuilder()
An aggregate of the statistics for the evaluation with fuzzy matching on.
|
String |
getEvaluation()
The resource name of the evaluation.
|
com.google.protobuf.ByteString |
getEvaluationBytes()
The resource name of the evaluation.
|
String |
getOperation()
The resource name of the Long Running Operation for the evaluation.
|
com.google.protobuf.ByteString |
getOperationBytes()
The resource name of the Long Running Operation for the evaluation.
|
boolean |
hasAggregateMetrics()
An aggregate of the statistics for the evaluation with fuzzy matching on.
|
boolean |
hasAggregateMetricsExact()
An aggregate of the statistics for the evaluation with fuzzy matching off.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getOperation()
The resource name of the Long Running Operation for the evaluation.
string operation = 1;com.google.protobuf.ByteString getOperationBytes()
The resource name of the Long Running Operation for the evaluation.
string operation = 1;String getEvaluation()
The resource name of the evaluation.
string evaluation = 2 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getEvaluationBytes()
The resource name of the evaluation.
string evaluation = 2 [(.google.api.resource_reference) = { ... }boolean hasAggregateMetrics()
An aggregate of the statistics for the evaluation with fuzzy matching on.
.google.cloud.documentai.v1beta3.Evaluation.Metrics aggregate_metrics = 4;Evaluation.Metrics getAggregateMetrics()
An aggregate of the statistics for the evaluation with fuzzy matching on.
.google.cloud.documentai.v1beta3.Evaluation.Metrics aggregate_metrics = 4;Evaluation.MetricsOrBuilder getAggregateMetricsOrBuilder()
An aggregate of the statistics for the evaluation with fuzzy matching on.
.google.cloud.documentai.v1beta3.Evaluation.Metrics aggregate_metrics = 4;boolean hasAggregateMetricsExact()
An aggregate of the statistics for the evaluation with fuzzy matching off.
.google.cloud.documentai.v1beta3.Evaluation.Metrics aggregate_metrics_exact = 5;Evaluation.Metrics getAggregateMetricsExact()
An aggregate of the statistics for the evaluation with fuzzy matching off.
.google.cloud.documentai.v1beta3.Evaluation.Metrics aggregate_metrics_exact = 5;Evaluation.MetricsOrBuilder getAggregateMetricsExactOrBuilder()
An aggregate of the statistics for the evaluation with fuzzy matching off.
.google.cloud.documentai.v1beta3.Evaluation.Metrics aggregate_metrics_exact = 5;Copyright © 2024 Google LLC. All rights reserved.