Cloud AI Platform v1 API - Class AutoMlTablesMetadata (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class AutoMlTablesMetadata.

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
long