Class AutoMlVideoClassification.Builder

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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