Class AutoMlForecastingMetadata.Builder (3.84.0)

public static final class AutoMlForecastingMetadata.Builder extends GeneratedMessage.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
Type Description
Descriptor

Methods

build()

public AutoMlForecastingMetadata build()
Returns
Type Description
AutoMlForecastingMetadata

buildPartial()

public AutoMlForecastingMetadata buildPartial()
Returns
Type Description
AutoMlForecastingMetadata

clear()

public AutoMlForecastingMetadata.Builder clear()
Returns
Type Description
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
Type Description
AutoMlForecastingMetadata.Builder

This builder for chaining.

getDefaultInstanceForType()

public AutoMlForecastingMetadata getDefaultInstanceForType()
Returns
Type Description
AutoMlForecastingMetadata

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
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
Type Description
long

The trainCostMilliNodeHours.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AutoMlForecastingMetadata other)

public AutoMlForecastingMetadata.Builder mergeFrom(AutoMlForecastingMetadata other)
Parameter
Name Description
other AutoMlForecastingMetadata
Returns
Type Description
AutoMlForecastingMetadata.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AutoMlForecastingMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AutoMlForecastingMetadata.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AutoMlForecastingMetadata.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
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
Name Description
value long

The trainCostMilliNodeHours to set.

Returns
Type Description
AutoMlForecastingMetadata.Builder

This builder for chaining.