Interface EvaluationReferenceOrBuilder (2.45.0)

public interface EvaluationReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
Evaluation.MetricsOrBuilder

getEvaluation()

public abstract String getEvaluation()

The resource name of the evaluation.

string evaluation = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The evaluation.

getEvaluationBytes()

public abstract ByteString getEvaluationBytes()

The resource name of the evaluation.

string evaluation = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
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
TypeDescription
String

The operation.

getOperationBytes()

public abstract ByteString getOperationBytes()

The resource name of the Long Running Operation for the evaluation.

string operation = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the aggregateMetricsExact field is set.