Interface EvaluationReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvaluationReference
,EvaluationReference.Builder
public interface EvaluationReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOperation
String getOperation()
The resource name of the Long Running Operation for the evaluation.
string operation = 1;
- Returns:
- The operation.
-
getOperationBytes
com.google.protobuf.ByteString getOperationBytes()
The resource name of the Long Running Operation for the evaluation.
string operation = 1;
- Returns:
- The bytes for operation.
-
getEvaluation
String getEvaluation()
The resource name of the evaluation.
string evaluation = 2 [(.google.api.resource_reference) = { ... }
- Returns:
- The evaluation.
-
getEvaluationBytes
com.google.protobuf.ByteString getEvaluationBytes()
The resource name of the evaluation.
string evaluation = 2 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for evaluation.
-
hasAggregateMetrics
boolean hasAggregateMetrics()
An aggregate of the statistics for the evaluation with fuzzy matching on.
.google.cloud.documentai.v1beta3.Evaluation.Metrics aggregate_metrics = 4;
- Returns:
- Whether the aggregateMetrics field is set.
-
getAggregateMetrics
Evaluation.Metrics getAggregateMetrics()
An aggregate of the statistics for the evaluation with fuzzy matching on.
.google.cloud.documentai.v1beta3.Evaluation.Metrics aggregate_metrics = 4;
- Returns:
- The aggregateMetrics.
-
getAggregateMetricsOrBuilder
Evaluation.MetricsOrBuilder getAggregateMetricsOrBuilder()
An aggregate of the statistics for the evaluation with fuzzy matching on.
.google.cloud.documentai.v1beta3.Evaluation.Metrics aggregate_metrics = 4;
-
hasAggregateMetricsExact
boolean hasAggregateMetricsExact()
An aggregate of the statistics for the evaluation with fuzzy matching off.
.google.cloud.documentai.v1beta3.Evaluation.Metrics aggregate_metrics_exact = 5;
- Returns:
- Whether the aggregateMetricsExact field is set.
-
getAggregateMetricsExact
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;
- Returns:
- The aggregateMetricsExact.
-
getAggregateMetricsExactOrBuilder
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;
-
-