Interface AutoMlTablesMetadataOrBuilder (3.42.0)

public interface AutoMlTablesMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTrainCostMilliNodeHours()

public abstract 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.