Class EvaluationReference (2.80.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.80.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  EvaluationReference   extends   GeneratedMessageV3   implements   EvaluationReferenceOrBuilder  
   Gives a short summary of an evaluation, and links to the evaluation itself.
 Protobuf type google.cloud.documentai.v1.EvaluationReference
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  AGGREGATE_METRICS_EXACT_FIELD_NUMBER 
  
    
public   static   final   int   AGGREGATE_METRICS_EXACT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  AGGREGATE_METRICS_FIELD_NUMBER 
  
    
public   static   final   int   AGGREGATE_METRICS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  EVALUATION_FIELD_NUMBER 
  
    
public   static   final   int   EVALUATION_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  OPERATION_FIELD_NUMBER 
  
    
public   static   final   int   OPERATION_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   EvaluationReference   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   EvaluationReference . Builder   newBuilder ()  
  
  newBuilder(EvaluationReference prototype) 
  
    
public   static   EvaluationReference . Builder   newBuilder ( EvaluationReference   prototype )  
  
  
  
    
public   static   EvaluationReference   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   EvaluationReference   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   EvaluationReference   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   EvaluationReference   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   EvaluationReference   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   EvaluationReference   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   EvaluationReference   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   EvaluationReference   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   EvaluationReference   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   EvaluationReference   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   EvaluationReference   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   EvaluationReference   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<EvaluationReference>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getAggregateMetrics() 
  
    
public   Evaluation . Metrics   getAggregateMetrics ()  
   An aggregate of the statistics for the evaluation with fuzzy matching on.
 .google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics = 4;
getAggregateMetricsExact() 
  
    
public   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;
getAggregateMetricsExactOrBuilder() 
  
    
public   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;
getAggregateMetricsOrBuilder() 
  
    
public   Evaluation . MetricsOrBuilder   getAggregateMetricsOrBuilder ()  
   An aggregate of the statistics for the evaluation with fuzzy matching on.
 .google.cloud.documentai.v1.Evaluation.Metrics aggregate_metrics = 4;
getDefaultInstanceForType() 
  
    
public   EvaluationReference   getDefaultInstanceForType ()  
  
  getEvaluation() 
  
    
public   String   getEvaluation ()  
   The resource name of the evaluation.
 string evaluation = 2 [(.google.api.resource_reference) = { ... }
    
      
        Returns  
      
        Type Description  
      
        String The evaluation.
 
     
  
  getEvaluationBytes() 
  
    
public   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   String   getOperation ()  
   The resource name of the Long Running Operation for the evaluation.
 string operation = 1;
    
      
        Returns  
      
        Type Description  
      
        String The operation.
 
     
  
  getOperationBytes() 
  
    
public   ByteString   getOperationBytes ()  
   The resource name of the Long Running Operation for the evaluation.
 string operation = 1;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for operation.
 
     
  
  getParserForType() 
  
    
public   Parser<EvaluationReference>   getParserForType ()  
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  hasAggregateMetrics() 
  
    
public   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   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.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   EvaluationReference . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   EvaluationReference . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   EvaluationReference . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]