Cloud AI Platform v1beta1 API - Class AutoMlForecastingMetadata (1.0.0-beta03)

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

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class AutoMlForecastingMetadata.

Model metadata specific to AutoML Forecasting.

Inheritance

object > AutoMlForecastingMetadata

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition

Assembly

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