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 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.v1.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.v1.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.v1.Evaluation.Metrics aggregate_metrics = 4;
      • hasAggregateMetricsExact

        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:
        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.v1.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.v1.Evaluation.Metrics aggregate_metrics_exact = 5;