Send feedback
  
   
 
  
    
      Class ExportEvaluatedExamplesOutputConfig.Builder (2.78.0) 
  
  
  
   
  
    
  
  
    
    
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  ExportEvaluatedExamplesOutputConfig . Builder   extends   GeneratedMessageV3 . Builder<ExportEvaluatedExamplesOutputConfig . Builder >  implements   ExportEvaluatedExamplesOutputConfigOrBuilder  
   Output configuration for ExportEvaluatedExamples Action. Note that this call
 is available only for 30 days since the moment the model was evaluated.
 The output depends on the domain, as follows (note that only examples from
 the TEST set are exported):
For Tables:
bigquery_destination 
  pointing to a BigQuery project must be set. In the given project a
  new dataset will be created with name
export_evaluated_examples_<model-display-name>_<timestamp-of-export-call>
  where <model-display-name> will be made BigQuery-dataset-name
  compatible (e.g. most special characters will become underscores),
  and timestamp will be in YYYY_MM_DDThh_mm_ss_sssZ "based on ISO-8601"
  format. In the dataset an evaluated_examples table will be
  created. It will have all the same columns as the
primary_table 
  of the
  dataset  from which
  the model was created, as they were at the moment of model's
  evaluation (this includes the target column with its ground
  truth), followed by a column called "predicted_<target_column>". That
  last column will contain the model's prediction result for each
  respective row, given as ARRAY of
  AnnotationPayloads ,
  represented as STRUCT-s, containing
  TablesAnnotation .
 
 Protobuf type google.cloud.automl.v1beta1.ExportEvaluatedExamplesOutputConfig
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int) 
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int) 
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString) 
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int) 
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int) 
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder) 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  Methods
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   ExportEvaluatedExamplesOutputConfig . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  build() 
  
    
public   ExportEvaluatedExamplesOutputConfig   build ()  
  
  buildPartial() 
  
    
public   ExportEvaluatedExamplesOutputConfig   buildPartial ()  
  
  clear() 
  
    
public   ExportEvaluatedExamplesOutputConfig . Builder   clear ()  
  
  Overrides 
  
  clearBigqueryDestination() 
  
    
public   ExportEvaluatedExamplesOutputConfig . Builder   clearBigqueryDestination ()  
   The BigQuery location where the output is to be written to.
 .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
clearDestination() 
  
    
public   ExportEvaluatedExamplesOutputConfig . Builder   clearDestination ()  
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   ExportEvaluatedExamplesOutputConfig . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   ExportEvaluatedExamplesOutputConfig . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  clone() 
  
    
public   ExportEvaluatedExamplesOutputConfig . Builder   clone ()  
  
  Overrides 
  
  getBigqueryDestination() 
  
    
public   BigQueryDestination   getBigqueryDestination ()  
   The BigQuery location where the output is to be written to.
 .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
getBigqueryDestinationBuilder() 
  
    
public   BigQueryDestination . Builder   getBigqueryDestinationBuilder ()  
   The BigQuery location where the output is to be written to.
 .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
getBigqueryDestinationOrBuilder() 
  
    
public   BigQueryDestinationOrBuilder   getBigqueryDestinationOrBuilder ()  
   The BigQuery location where the output is to be written to.
 .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
getDefaultInstanceForType() 
  
    
public   ExportEvaluatedExamplesOutputConfig   getDefaultInstanceForType ()  
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  getDestinationCase() 
  
    
public   ExportEvaluatedExamplesOutputConfig . DestinationCase   getDestinationCase ()  
  
  hasBigqueryDestination() 
  
    
public   boolean   hasBigqueryDestination ()  
   The BigQuery location where the output is to be written to.
 .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the bigqueryDestination field is set.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  mergeBigqueryDestination(BigQueryDestination value) 
  
    
public   ExportEvaluatedExamplesOutputConfig . Builder   mergeBigqueryDestination ( BigQueryDestination   value )  
   The BigQuery location where the output is to be written to.
 .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
mergeFrom(ExportEvaluatedExamplesOutputConfig other) 
  
    
public   ExportEvaluatedExamplesOutputConfig . Builder   mergeFrom ( ExportEvaluatedExamplesOutputConfig   other )  
  
  
  
    
public   ExportEvaluatedExamplesOutputConfig . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  mergeFrom(Message other) 
  
    
public   ExportEvaluatedExamplesOutputConfig . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   ExportEvaluatedExamplesOutputConfig . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setBigqueryDestination(BigQueryDestination value) 
  
    
public   ExportEvaluatedExamplesOutputConfig . Builder   setBigqueryDestination ( BigQueryDestination   value )  
   The BigQuery location where the output is to be written to.
 .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
setBigqueryDestination(BigQueryDestination.Builder builderForValue) 
  
    
public   ExportEvaluatedExamplesOutputConfig . Builder   setBigqueryDestination ( BigQueryDestination . Builder   builderForValue )  
   The BigQuery location where the output is to be written to.
 .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   ExportEvaluatedExamplesOutputConfig . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   ExportEvaluatedExamplesOutputConfig . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   ExportEvaluatedExamplesOutputConfig . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
 
     
    
  
  
  
     
  
    
    
      
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  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-28 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]