com.google.cloud.documentai.v1beta3.EvaluationReferenceOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-document-ai-v1beta3 Show documentation
Show all versions of proto-google-cloud-document-ai-v1beta3 Show documentation
PROTO library for proto-google-cloud-document-ai-v1beta3
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/documentai/v1beta3/evaluation.proto
// Protobuf Java Version: 3.25.2
package com.google.cloud.documentai.v1beta3;
public interface EvaluationReferenceOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.documentai.v1beta3.EvaluationReference)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The resource name of the Long Running Operation for the evaluation.
*
*
* string operation = 1;
*
* @return The operation.
*/
java.lang.String getOperation();
/**
*
*
*
* The resource name of the Long Running Operation for the evaluation.
*
*
* string operation = 1;
*
* @return The bytes for operation.
*/
com.google.protobuf.ByteString getOperationBytes();
/**
*
*
*
* The resource name of the evaluation.
*
*
* string evaluation = 2 [(.google.api.resource_reference) = { ... }
*
* @return The evaluation.
*/
java.lang.String getEvaluation();
/**
*
*
*
* The resource name of the evaluation.
*
*
* string evaluation = 2 [(.google.api.resource_reference) = { ... }
*
* @return The bytes for evaluation.
*/
com.google.protobuf.ByteString getEvaluationBytes();
/**
*
*
*
* An aggregate of the statistics for the evaluation with fuzzy matching on.
*
*
* .google.cloud.documentai.v1beta3.Evaluation.Metrics aggregate_metrics = 4;
*
* @return Whether the aggregateMetrics field is set.
*/
boolean hasAggregateMetrics();
/**
*
*
*
* An aggregate of the statistics for the evaluation with fuzzy matching on.
*
*
* .google.cloud.documentai.v1beta3.Evaluation.Metrics aggregate_metrics = 4;
*
* @return The aggregateMetrics.
*/
com.google.cloud.documentai.v1beta3.Evaluation.Metrics getAggregateMetrics();
/**
*
*
*
* An aggregate of the statistics for the evaluation with fuzzy matching on.
*
*
* .google.cloud.documentai.v1beta3.Evaluation.Metrics aggregate_metrics = 4;
*/
com.google.cloud.documentai.v1beta3.Evaluation.MetricsOrBuilder getAggregateMetricsOrBuilder();
/**
*
*
*
* An aggregate of the statistics for the evaluation with fuzzy matching off.
*
*
* .google.cloud.documentai.v1beta3.Evaluation.Metrics aggregate_metrics_exact = 5;
*
* @return Whether the aggregateMetricsExact field is set.
*/
boolean hasAggregateMetricsExact();
/**
*
*
*
* An aggregate of the statistics for the evaluation with fuzzy matching off.
*
*
* .google.cloud.documentai.v1beta3.Evaluation.Metrics aggregate_metrics_exact = 5;
*
* @return The aggregateMetricsExact.
*/
com.google.cloud.documentai.v1beta3.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;
*/
com.google.cloud.documentai.v1beta3.Evaluation.MetricsOrBuilder
getAggregateMetricsExactOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy