public interface EvaluationReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAggregateMetrics()
public abstract Evaluation.Metrics getAggregateMetrics()An aggregate of the statistics for the evaluation with fuzzy matching on.
.google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics = 4;
| Returns | |
|---|---|
| Type | Description |
Evaluation.Metrics |
The aggregateMetrics. |
getAggregateMetricsExact()
public abstract Evaluation.Metrics getAggregateMetricsExact()An aggregate of the statistics for the evaluation with fuzzy matching off.
.google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics_exact = 5;
| Returns | |
|---|---|
| Type | Description |
Evaluation.Metrics |
The aggregateMetricsExact. |
getAggregateMetricsExactOrBuilder()
public abstract Evaluation.MetricsOrBuilder getAggregateMetricsExactOrBuilder()An aggregate of the statistics for the evaluation with fuzzy matching off.
.google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics_exact = 5;
| Returns | |
|---|---|
| Type | Description |
Evaluation.MetricsOrBuilder |
|
getAggregateMetricsOrBuilder()
public abstract Evaluation.MetricsOrBuilder getAggregateMetricsOrBuilder()An aggregate of the statistics for the evaluation with fuzzy matching on.
.google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics = 4;
| Returns | |
|---|---|
| Type | Description |
Evaluation.MetricsOrBuilder |
|
getEvaluation()
public abstract String getEvaluation()The resource name of the evaluation.
string evaluation = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The evaluation. |
getEvaluationBytes()
public abstract ByteString getEvaluationBytes()The resource name of the evaluation.
string evaluation = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for evaluation. |
getOperation()
public abstract String getOperation()The resource name of the Long Running Operation for the evaluation.
string operation = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The operation. |
getOperationBytes()
public abstract ByteString getOperationBytes()The resource name of the Long Running Operation for the evaluation.
string operation = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for operation. |
hasAggregateMetrics()
public abstract boolean hasAggregateMetrics()An aggregate of the statistics for the evaluation with fuzzy matching on.
.google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the aggregateMetrics field is set. |
hasAggregateMetricsExact()
public abstract boolean hasAggregateMetricsExact()An aggregate of the statistics for the evaluation with fuzzy matching off.
.google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics_exact = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the aggregateMetricsExact field is set. |