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

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

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

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

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

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

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

      public AutoMlForecasting.Builder mergeFrom(AutoMlForecasting other)
    • isInitialized

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

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

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

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

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

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

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

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

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

      public AutoMlForecastingInputsOrBuilder getInputsOrBuilder()
       The input parameters of this TrainingJob.
       
      .google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs inputs = 1;
      Specified by:
      getInputsOrBuilder in interface AutoMlForecastingOrBuilder
    • hasMetadata

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

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

       The metadata information.
       
      .google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingMetadata metadata = 2;
    • setMetadata

      public AutoMlForecasting.Builder setMetadata(AutoMlForecastingMetadata.Builder builderForValue)
       The metadata information.
       
      .google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingMetadata metadata = 2;
    • mergeMetadata

       The metadata information.
       
      .google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingMetadata metadata = 2;
    • clearMetadata

      public AutoMlForecasting.Builder clearMetadata()
       The metadata information.
       
      .google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingMetadata metadata = 2;
    • getMetadataBuilder

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

      public AutoMlForecastingMetadataOrBuilder getMetadataOrBuilder()
       The metadata information.
       
      .google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingMetadata metadata = 2;
      Specified by:
      getMetadataOrBuilder in interface AutoMlForecastingOrBuilder