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