Class AutoMlTextClassification.Builder

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

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

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

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

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

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

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

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

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

       The input parameters of this TrainingJob.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTextClassificationInputs inputs = 1;
    • setInputs

       The input parameters of this TrainingJob.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTextClassificationInputs inputs = 1;
    • mergeInputs

       The input parameters of this TrainingJob.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTextClassificationInputs inputs = 1;
    • clearInputs

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

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

      public AutoMlTextClassificationInputsOrBuilder getInputsOrBuilder()
       The input parameters of this TrainingJob.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTextClassificationInputs inputs = 1;
      Specified by:
      getInputsOrBuilder in interface AutoMlTextClassificationOrBuilder