Send feedback
  
   
 
  
    
      Class EvaluationDataset.Builder (3.77.0) 
  
  
  
   
  
    
  
  
    
    
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  EvaluationDataset . Builder   extends   GeneratedMessageV3 . Builder<EvaluationDataset . Builder >  implements   EvaluationDatasetOrBuilder  
   The dataset used for evaluation.
 Protobuf type google.cloud.aiplatform.v1beta1.EvaluationDataset
    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
   
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  Methods
   
  
    
public   EvaluationDataset . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  
    
public   EvaluationDataset   build ()  
  
  
    
public   EvaluationDataset   buildPartial ()  
  
  
    
public   EvaluationDataset . Builder   clear ()  
  
  Overrides 
  
  
    
public   EvaluationDataset . Builder   clearBigquerySource ()  
   BigQuery source holds the dataset.
 .google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 2;
    
public   EvaluationDataset . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  
    
public   EvaluationDataset . Builder   clearGcsSource ()  
   Cloud storage source holds the dataset. Currently only one Cloud Storage
 file path is supported.
 .google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 1;
    
public   EvaluationDataset . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  
    
public   EvaluationDataset . Builder   clearSource ()  
  
  
    
public   EvaluationDataset . Builder   clone ()  
  
  Overrides 
  
  
    
public   BigQuerySource   getBigquerySource ()  
   BigQuery source holds the dataset.
 .google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 2;
    
public   BigQuerySource . Builder   getBigquerySourceBuilder ()  
   BigQuery source holds the dataset.
 .google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 2;
    
public   BigQuerySourceOrBuilder   getBigquerySourceOrBuilder ()  
   BigQuery source holds the dataset.
 .google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 2;
    
public   EvaluationDataset   getDefaultInstanceForType ()  
  
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  
    
public   GcsSource   getGcsSource ()  
   Cloud storage source holds the dataset. Currently only one Cloud Storage
 file path is supported.
 .google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 1;
    
      
        Returns  
      
        Type Description  
      
        GcsSource The gcsSource.
 
     
  
  
    
public   GcsSource . Builder   getGcsSourceBuilder ()  
   Cloud storage source holds the dataset. Currently only one Cloud Storage
 file path is supported.
 .google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 1;
    
public   GcsSourceOrBuilder   getGcsSourceOrBuilder ()  
   Cloud storage source holds the dataset. Currently only one Cloud Storage
 file path is supported.
 .google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 1;
    
public   EvaluationDataset . SourceCase   getSourceCase ()  
  
  
    
public   boolean   hasBigquerySource ()  
   BigQuery source holds the dataset.
 .google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 2;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the bigquerySource field is set.
 
     
  
  
    
public   boolean   hasGcsSource ()  
   Cloud storage source holds the dataset. Currently only one Cloud Storage
 file path is supported.
 .google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 1;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the gcsSource field is set.
 
     
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   EvaluationDataset . Builder   mergeBigquerySource ( BigQuerySource   value )  
   BigQuery source holds the dataset.
 .google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 2;
    
public   EvaluationDataset . Builder   mergeFrom ( EvaluationDataset   other )  
  
  
  
    
public   EvaluationDataset . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  
    
public   EvaluationDataset . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  
    
public   EvaluationDataset . Builder   mergeGcsSource ( GcsSource   value )  
   Cloud storage source holds the dataset. Currently only one Cloud Storage
 file path is supported.
 .google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 1;
    
public   final   EvaluationDataset . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  
    
public   EvaluationDataset . Builder   setBigquerySource ( BigQuerySource   value )  
   BigQuery source holds the dataset.
 .google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 2;
    
public   EvaluationDataset . Builder   setBigquerySource ( BigQuerySource . Builder   builderForValue )  
   BigQuery source holds the dataset.
 .google.cloud.aiplatform.v1beta1.BigQuerySource bigquery_source = 2;
    
public   EvaluationDataset . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  
    
public   EvaluationDataset . Builder   setGcsSource ( GcsSource   value )  
   Cloud storage source holds the dataset. Currently only one Cloud Storage
 file path is supported.
 .google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 1;
    
public   EvaluationDataset . Builder   setGcsSource ( GcsSource . Builder   builderForValue )  
   Cloud storage source holds the dataset. Currently only one Cloud Storage
 file path is supported.
 .google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 1;
    
public   EvaluationDataset . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  
    
public   final   EvaluationDataset . 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-11 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-11 UTC."],[],[]]