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

public static final class AutoMlTables.Builder extends com.google.protobuf.GeneratedMessage.Builder<AutoMlTables.Builder> implements AutoMlTablesOrBuilder
 A TrainingJob that trains and uploads an AutoML Tables Model.
 
Protobuf type google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTables
  • 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<AutoMlTables.Builder>
    • clear

      public AutoMlTables.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<AutoMlTables.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<AutoMlTables.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public AutoMlTables.Builder mergeFrom(AutoMlTables other)
    • isInitialized

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

      public AutoMlTables.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<AutoMlTables.Builder>
      Throws:
      IOException
    • hasInputs

      public boolean hasInputs()
       The input parameters of this TrainingJob.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
      Specified by:
      hasInputs in interface AutoMlTablesOrBuilder
      Returns:
      Whether the inputs field is set.
    • getInputs

      public AutoMlTablesInputs getInputs()
       The input parameters of this TrainingJob.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
      Specified by:
      getInputs in interface AutoMlTablesOrBuilder
      Returns:
      The inputs.
    • setInputs

      public AutoMlTables.Builder setInputs(AutoMlTablesInputs value)
       The input parameters of this TrainingJob.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
    • setInputs

      public AutoMlTables.Builder setInputs(AutoMlTablesInputs.Builder builderForValue)
       The input parameters of this TrainingJob.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
    • mergeInputs

      public AutoMlTables.Builder mergeInputs(AutoMlTablesInputs value)
       The input parameters of this TrainingJob.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
    • clearInputs

      public AutoMlTables.Builder clearInputs()
       The input parameters of this TrainingJob.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
    • getInputsBuilder

      public AutoMlTablesInputs.Builder getInputsBuilder()
       The input parameters of this TrainingJob.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
    • getInputsOrBuilder

      public AutoMlTablesInputsOrBuilder getInputsOrBuilder()
       The input parameters of this TrainingJob.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
      Specified by:
      getInputsOrBuilder in interface AutoMlTablesOrBuilder
    • hasMetadata

      public boolean hasMetadata()
       The metadata information.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
      Specified by:
      hasMetadata in interface AutoMlTablesOrBuilder
      Returns:
      Whether the metadata field is set.
    • getMetadata

      public AutoMlTablesMetadata getMetadata()
       The metadata information.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
      Specified by:
      getMetadata in interface AutoMlTablesOrBuilder
      Returns:
      The metadata.
    • setMetadata

      public AutoMlTables.Builder setMetadata(AutoMlTablesMetadata value)
       The metadata information.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
    • setMetadata

      public AutoMlTables.Builder setMetadata(AutoMlTablesMetadata.Builder builderForValue)
       The metadata information.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
    • mergeMetadata

      public AutoMlTables.Builder mergeMetadata(AutoMlTablesMetadata value)
       The metadata information.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
    • clearMetadata

      public AutoMlTables.Builder clearMetadata()
       The metadata information.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
    • getMetadataBuilder

      public AutoMlTablesMetadata.Builder getMetadataBuilder()
       The metadata information.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
    • getMetadataOrBuilder

      public AutoMlTablesMetadataOrBuilder getMetadataOrBuilder()
       The metadata information.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
      Specified by:
      getMetadataOrBuilder in interface AutoMlTablesOrBuilder