Class AutoMlTablesMetadata.Builder (3.84.0)

public static final class AutoMlTablesMetadata.Builder extends GeneratedMessage.Builder<AutoMlTablesMetadata.Builder> implements AutoMlTablesMetadataOrBuilder

Model metadata specific to AutoML Tables.

Protobuf type google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public AutoMlTablesMetadata build()
Returns
Type Description
AutoMlTablesMetadata

buildPartial()

public AutoMlTablesMetadata buildPartial()
Returns
Type Description
AutoMlTablesMetadata

clear()

public AutoMlTablesMetadata.Builder clear()
Returns
Type Description
AutoMlTablesMetadata.Builder
Overrides

clearTrainCostMilliNodeHours()

public AutoMlTablesMetadata.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
AutoMlTablesMetadata.Builder

This builder for chaining.

getDefaultInstanceForType()

public AutoMlTablesMetadata getDefaultInstanceForType()
Returns
Type Description
AutoMlTablesMetadata

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(AutoMlTablesMetadata other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public AutoMlTablesMetadata.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AutoMlTablesMetadata.Builder
Overrides

setTrainCostMilliNodeHours(long value)

public AutoMlTablesMetadata.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
AutoMlTablesMetadata.Builder

This builder for chaining.