Class ExportEvaluatedDataItemsConfig.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ExportEvaluatedDataItemsConfig.Builder>
com.google.cloud.aiplatform.v1.schema.trainingjob.definition.ExportEvaluatedDataItemsConfig.Builder
All Implemented Interfaces:
ExportEvaluatedDataItemsConfigOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ExportEvaluatedDataItemsConfig

public static final class ExportEvaluatedDataItemsConfig.Builder extends com.google.protobuf.GeneratedMessage.Builder<ExportEvaluatedDataItemsConfig.Builder> implements ExportEvaluatedDataItemsConfigOrBuilder
 Configuration for exporting test set predictions to a BigQuery table.
 
Protobuf type google.cloud.aiplatform.v1.schema.trainingjob.definition.ExportEvaluatedDataItemsConfig
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ExportEvaluatedDataItemsConfig.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<ExportEvaluatedDataItemsConfig.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ExportEvaluatedDataItemsConfig.Builder>
    • getDefaultInstanceForType

      public ExportEvaluatedDataItemsConfig getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ExportEvaluatedDataItemsConfig buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public ExportEvaluatedDataItemsConfig.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExportEvaluatedDataItemsConfig.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ExportEvaluatedDataItemsConfig.Builder>
    • mergeFrom

      public ExportEvaluatedDataItemsConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExportEvaluatedDataItemsConfig.Builder>
      Throws:
      IOException
    • getDestinationBigqueryUri

      public String getDestinationBigqueryUri()
       URI of desired destination BigQuery table. Expected format:
       bq://<project_id>:<dataset_id>:<table>
      
       If not specified, then results are exported to the following auto-created
       BigQuery table:
       <project_id>:export_evaluated_examples_<model_name>_<yyyy_MM_dd'T'HH_mm_ss_SSS'Z'>.evaluated_examples
       
      string destination_bigquery_uri = 1;
      Specified by:
      getDestinationBigqueryUri in interface ExportEvaluatedDataItemsConfigOrBuilder
      Returns:
      The destinationBigqueryUri.
    • getDestinationBigqueryUriBytes

      public com.google.protobuf.ByteString getDestinationBigqueryUriBytes()
       URI of desired destination BigQuery table. Expected format:
       bq://<project_id>:<dataset_id>:<table>
      
       If not specified, then results are exported to the following auto-created
       BigQuery table:
       <project_id>:export_evaluated_examples_<model_name>_<yyyy_MM_dd'T'HH_mm_ss_SSS'Z'>.evaluated_examples
       
      string destination_bigquery_uri = 1;
      Specified by:
      getDestinationBigqueryUriBytes in interface ExportEvaluatedDataItemsConfigOrBuilder
      Returns:
      The bytes for destinationBigqueryUri.
    • setDestinationBigqueryUri

      public ExportEvaluatedDataItemsConfig.Builder setDestinationBigqueryUri(String value)
       URI of desired destination BigQuery table. Expected format:
       bq://<project_id>:<dataset_id>:<table>
      
       If not specified, then results are exported to the following auto-created
       BigQuery table:
       <project_id>:export_evaluated_examples_<model_name>_<yyyy_MM_dd'T'HH_mm_ss_SSS'Z'>.evaluated_examples
       
      string destination_bigquery_uri = 1;
      Parameters:
      value - The destinationBigqueryUri to set.
      Returns:
      This builder for chaining.
    • clearDestinationBigqueryUri

      public ExportEvaluatedDataItemsConfig.Builder clearDestinationBigqueryUri()
       URI of desired destination BigQuery table. Expected format:
       bq://<project_id>:<dataset_id>:<table>
      
       If not specified, then results are exported to the following auto-created
       BigQuery table:
       <project_id>:export_evaluated_examples_<model_name>_<yyyy_MM_dd'T'HH_mm_ss_SSS'Z'>.evaluated_examples
       
      string destination_bigquery_uri = 1;
      Returns:
      This builder for chaining.
    • setDestinationBigqueryUriBytes

      public ExportEvaluatedDataItemsConfig.Builder setDestinationBigqueryUriBytes(com.google.protobuf.ByteString value)
       URI of desired destination BigQuery table. Expected format:
       bq://<project_id>:<dataset_id>:<table>
      
       If not specified, then results are exported to the following auto-created
       BigQuery table:
       <project_id>:export_evaluated_examples_<model_name>_<yyyy_MM_dd'T'HH_mm_ss_SSS'Z'>.evaluated_examples
       
      string destination_bigquery_uri = 1;
      Parameters:
      value - The bytes for destinationBigqueryUri to set.
      Returns:
      This builder for chaining.
    • getOverrideExistingTable

      public boolean getOverrideExistingTable()
       If true and an export destination is specified, then the contents of the
       destination are overwritten. Otherwise, if the export destination already
       exists, then the export operation fails.
       
      bool override_existing_table = 2;
      Specified by:
      getOverrideExistingTable in interface ExportEvaluatedDataItemsConfigOrBuilder
      Returns:
      The overrideExistingTable.
    • setOverrideExistingTable

      public ExportEvaluatedDataItemsConfig.Builder setOverrideExistingTable(boolean value)
       If true and an export destination is specified, then the contents of the
       destination are overwritten. Otherwise, if the export destination already
       exists, then the export operation fails.
       
      bool override_existing_table = 2;
      Parameters:
      value - The overrideExistingTable to set.
      Returns:
      This builder for chaining.
    • clearOverrideExistingTable

      public ExportEvaluatedDataItemsConfig.Builder clearOverrideExistingTable()
       If true and an export destination is specified, then the contents of the
       destination are overwritten. Otherwise, if the export destination already
       exists, then the export operation fails.
       
      bool override_existing_table = 2;
      Returns:
      This builder for chaining.