Class ExportEvaluatedDataItemsConfig.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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

        public ExportEvaluatedDataItemsConfig 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
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ExportEvaluatedDataItemsConfig.Builder>
      • 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.