public sealed class AutoMlTablesMetadata : IMessage<AutoMlTablesMetadata>, IEquatable<AutoMlTablesMetadata>, IDeepCloneable<AutoMlTablesMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class AutoMlTablesMetadata.
Model metadata specific to AutoML Tables.
Implements
IMessageAutoMlTablesMetadata, IEquatableAutoMlTablesMetadata, IDeepCloneableAutoMlTablesMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.DefinitionAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
AutoMlTablesMetadata()
public AutoMlTablesMetadata()AutoMlTablesMetadata(AutoMlTablesMetadata)
public AutoMlTablesMetadata(AutoMlTablesMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
AutoMlTablesMetadata |
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 | |
|---|---|
| Type | Description |
long |
|