Class ExportDataResponse.Builder

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

public static final class ExportDataResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<ExportDataResponse.Builder> implements ExportDataResponseOrBuilder
 Response message for
 [DatasetService.ExportData][google.cloud.aiplatform.v1.DatasetService.ExportData].
 
Protobuf type google.cloud.aiplatform.v1.ExportDataResponse
  • 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<ExportDataResponse.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<ExportDataResponse.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<ExportDataResponse.Builder>
    • getDefaultInstanceForType

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

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

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

      public ExportDataResponse.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<ExportDataResponse.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<ExportDataResponse.Builder>
    • mergeFrom

      public ExportDataResponse.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<ExportDataResponse.Builder>
      Throws:
      IOException
    • getExportedFilesList

      public com.google.protobuf.ProtocolStringList getExportedFilesList()
       All of the files that are exported in this export operation. For custom
       code training export, only three (training, validation and test)
       Cloud Storage paths in wildcard format are populated
       (for example, gs://.../training-*).
       
      repeated string exported_files = 1;
      Specified by:
      getExportedFilesList in interface ExportDataResponseOrBuilder
      Returns:
      A list containing the exportedFiles.
    • getExportedFilesCount

      public int getExportedFilesCount()
       All of the files that are exported in this export operation. For custom
       code training export, only three (training, validation and test)
       Cloud Storage paths in wildcard format are populated
       (for example, gs://.../training-*).
       
      repeated string exported_files = 1;
      Specified by:
      getExportedFilesCount in interface ExportDataResponseOrBuilder
      Returns:
      The count of exportedFiles.
    • getExportedFiles

      public String getExportedFiles(int index)
       All of the files that are exported in this export operation. For custom
       code training export, only three (training, validation and test)
       Cloud Storage paths in wildcard format are populated
       (for example, gs://.../training-*).
       
      repeated string exported_files = 1;
      Specified by:
      getExportedFiles in interface ExportDataResponseOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The exportedFiles at the given index.
    • getExportedFilesBytes

      public com.google.protobuf.ByteString getExportedFilesBytes(int index)
       All of the files that are exported in this export operation. For custom
       code training export, only three (training, validation and test)
       Cloud Storage paths in wildcard format are populated
       (for example, gs://.../training-*).
       
      repeated string exported_files = 1;
      Specified by:
      getExportedFilesBytes in interface ExportDataResponseOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the exportedFiles at the given index.
    • setExportedFiles

      public ExportDataResponse.Builder setExportedFiles(int index, String value)
       All of the files that are exported in this export operation. For custom
       code training export, only three (training, validation and test)
       Cloud Storage paths in wildcard format are populated
       (for example, gs://.../training-*).
       
      repeated string exported_files = 1;
      Parameters:
      index - The index to set the value at.
      value - The exportedFiles to set.
      Returns:
      This builder for chaining.
    • addExportedFiles

      public ExportDataResponse.Builder addExportedFiles(String value)
       All of the files that are exported in this export operation. For custom
       code training export, only three (training, validation and test)
       Cloud Storage paths in wildcard format are populated
       (for example, gs://.../training-*).
       
      repeated string exported_files = 1;
      Parameters:
      value - The exportedFiles to add.
      Returns:
      This builder for chaining.
    • addAllExportedFiles

      public ExportDataResponse.Builder addAllExportedFiles(Iterable<String> values)
       All of the files that are exported in this export operation. For custom
       code training export, only three (training, validation and test)
       Cloud Storage paths in wildcard format are populated
       (for example, gs://.../training-*).
       
      repeated string exported_files = 1;
      Parameters:
      values - The exportedFiles to add.
      Returns:
      This builder for chaining.
    • clearExportedFiles

      public ExportDataResponse.Builder clearExportedFiles()
       All of the files that are exported in this export operation. For custom
       code training export, only three (training, validation and test)
       Cloud Storage paths in wildcard format are populated
       (for example, gs://.../training-*).
       
      repeated string exported_files = 1;
      Returns:
      This builder for chaining.
    • addExportedFilesBytes

      public ExportDataResponse.Builder addExportedFilesBytes(com.google.protobuf.ByteString value)
       All of the files that are exported in this export operation. For custom
       code training export, only three (training, validation and test)
       Cloud Storage paths in wildcard format are populated
       (for example, gs://.../training-*).
       
      repeated string exported_files = 1;
      Parameters:
      value - The bytes of the exportedFiles to add.
      Returns:
      This builder for chaining.
    • hasDataStats

      public boolean hasDataStats()
       Only present for custom code training export use case. Records data stats,
       i.e., train/validation/test item/annotation counts calculated during
       the export operation.
       
      .google.cloud.aiplatform.v1.Model.DataStats data_stats = 2;
      Specified by:
      hasDataStats in interface ExportDataResponseOrBuilder
      Returns:
      Whether the dataStats field is set.
    • getDataStats

      public Model.DataStats getDataStats()
       Only present for custom code training export use case. Records data stats,
       i.e., train/validation/test item/annotation counts calculated during
       the export operation.
       
      .google.cloud.aiplatform.v1.Model.DataStats data_stats = 2;
      Specified by:
      getDataStats in interface ExportDataResponseOrBuilder
      Returns:
      The dataStats.
    • setDataStats

      public ExportDataResponse.Builder setDataStats(Model.DataStats value)
       Only present for custom code training export use case. Records data stats,
       i.e., train/validation/test item/annotation counts calculated during
       the export operation.
       
      .google.cloud.aiplatform.v1.Model.DataStats data_stats = 2;
    • setDataStats

      public ExportDataResponse.Builder setDataStats(Model.DataStats.Builder builderForValue)
       Only present for custom code training export use case. Records data stats,
       i.e., train/validation/test item/annotation counts calculated during
       the export operation.
       
      .google.cloud.aiplatform.v1.Model.DataStats data_stats = 2;
    • mergeDataStats

      public ExportDataResponse.Builder mergeDataStats(Model.DataStats value)
       Only present for custom code training export use case. Records data stats,
       i.e., train/validation/test item/annotation counts calculated during
       the export operation.
       
      .google.cloud.aiplatform.v1.Model.DataStats data_stats = 2;
    • clearDataStats

      public ExportDataResponse.Builder clearDataStats()
       Only present for custom code training export use case. Records data stats,
       i.e., train/validation/test item/annotation counts calculated during
       the export operation.
       
      .google.cloud.aiplatform.v1.Model.DataStats data_stats = 2;
    • getDataStatsBuilder

      public Model.DataStats.Builder getDataStatsBuilder()
       Only present for custom code training export use case. Records data stats,
       i.e., train/validation/test item/annotation counts calculated during
       the export operation.
       
      .google.cloud.aiplatform.v1.Model.DataStats data_stats = 2;
    • getDataStatsOrBuilder

      public Model.DataStatsOrBuilder getDataStatsOrBuilder()
       Only present for custom code training export use case. Records data stats,
       i.e., train/validation/test item/annotation counts calculated during
       the export operation.
       
      .google.cloud.aiplatform.v1.Model.DataStats data_stats = 2;
      Specified by:
      getDataStatsOrBuilder in interface ExportDataResponseOrBuilder