Class AutoMlForecastingMetadata.Builder

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

public static final class AutoMlForecastingMetadata.Builder extends com.google.protobuf.GeneratedMessage.Builder<AutoMlForecastingMetadata.Builder> implements AutoMlForecastingMetadataOrBuilder
 Model metadata specific to AutoML Forecasting.
 
Protobuf type google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingMetadata
  • 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<AutoMlForecastingMetadata.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<AutoMlForecastingMetadata.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<AutoMlForecastingMetadata.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public AutoMlForecastingMetadata.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<AutoMlForecastingMetadata.Builder>
      Throws:
      IOException
    • getTrainCostMilliNodeHours

      public long getTrainCostMilliNodeHours()
       Output only. The actual training cost of the model, expressed in milli
       node hours, i.e. 1,000 value in this field means 1 node hour. Guaranteed
       to not exceed the train budget.
       
      int64 train_cost_milli_node_hours = 1;
      Specified by:
      getTrainCostMilliNodeHours in interface AutoMlForecastingMetadataOrBuilder
      Returns:
      The trainCostMilliNodeHours.
    • setTrainCostMilliNodeHours

      public AutoMlForecastingMetadata.Builder setTrainCostMilliNodeHours(long value)
       Output only. The actual training cost of the model, expressed in milli
       node hours, i.e. 1,000 value in this field means 1 node hour. Guaranteed
       to not exceed the train budget.
       
      int64 train_cost_milli_node_hours = 1;
      Parameters:
      value - The trainCostMilliNodeHours to set.
      Returns:
      This builder for chaining.
    • clearTrainCostMilliNodeHours

      public AutoMlForecastingMetadata.Builder clearTrainCostMilliNodeHours()
       Output only. The actual training cost of the model, expressed in milli
       node hours, i.e. 1,000 value in this field means 1 node hour. Guaranteed
       to not exceed the train budget.
       
      int64 train_cost_milli_node_hours = 1;
      Returns:
      This builder for chaining.