Class AutoMlForecastingMetadata.Builder (3.0.0)

public static final class AutoMlForecastingMetadata.Builder extends GeneratedMessageV3.Builder<AutoMlForecastingMetadata.Builder> implements AutoMlForecastingMetadataOrBuilder

Model metadata specific to AutoML Forecasting.

Protobuf type google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingMetadata

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AutoMlForecastingMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AutoMlForecastingMetadata.Builder
Overrides

build()

public AutoMlForecastingMetadata build()
Returns
TypeDescription
AutoMlForecastingMetadata

buildPartial()

public AutoMlForecastingMetadata buildPartial()
Returns
TypeDescription
AutoMlForecastingMetadata

clear()

public AutoMlForecastingMetadata.Builder clear()
Returns
TypeDescription
AutoMlForecastingMetadata.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public AutoMlForecastingMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
AutoMlForecastingMetadata.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public AutoMlForecastingMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
AutoMlForecastingMetadata.Builder
Overrides

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
TypeDescription
AutoMlForecastingMetadata.Builder

This builder for chaining.

clone()

public AutoMlForecastingMetadata.Builder clone()
Returns
TypeDescription
AutoMlForecastingMetadata.Builder
Overrides

getDefaultInstanceForType()

public AutoMlForecastingMetadata getDefaultInstanceForType()
Returns
TypeDescription
AutoMlForecastingMetadata

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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;

Returns
TypeDescription
long

The trainCostMilliNodeHours.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(AutoMlForecastingMetadata other)

public AutoMlForecastingMetadata.Builder mergeFrom(AutoMlForecastingMetadata other)
Parameter
NameDescription
otherAutoMlForecastingMetadata
Returns
TypeDescription
AutoMlForecastingMetadata.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AutoMlForecastingMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AutoMlForecastingMetadata.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AutoMlForecastingMetadata.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
AutoMlForecastingMetadata.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AutoMlForecastingMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AutoMlForecastingMetadata.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public AutoMlForecastingMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AutoMlForecastingMetadata.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AutoMlForecastingMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
AutoMlForecastingMetadata.Builder
Overrides

setTrainCostMilliNodeHours(long value)

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;

Parameter
NameDescription
valuelong

The trainCostMilliNodeHours to set.

Returns
TypeDescription
AutoMlForecastingMetadata.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final AutoMlForecastingMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AutoMlForecastingMetadata.Builder
Overrides