Class AutoMlTablesMetadata (1.0.0)

public sealed class AutoMlTablesMetadata : IMessage<AutoMlTablesMetadata>, IEquatable<AutoMlTablesMetadata>, IDeepCloneable<AutoMlTablesMetadata>, IBufferMessage, IMessage

Model metadata specific to AutoML Tables.

Inheritance

Object > AutoMlTablesMetadata

Namespace

Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

AutoMlTablesMetadata()

public AutoMlTablesMetadata()

AutoMlTablesMetadata(AutoMlTablesMetadata)

public AutoMlTablesMetadata(AutoMlTablesMetadata other)
Parameter
NameDescription
otherAutoMlTablesMetadata

Properties

TrainCostMilliNodeHours

public long TrainCostMilliNodeHours { get; set; }

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.

Property Value
TypeDescription
Int64