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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This page provides reference documentation for the `AutoMlForecastingMetadata` class within the Cloud AI Platform v1beta1 API, specifically in the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace."],["`AutoMlForecastingMetadata` is a class representing model metadata specific to AutoML Forecasting, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AutoMlForecastingMetadata` class offers two constructors: a default constructor and one that takes another `AutoMlForecastingMetadata` object as a parameter for copying."],["The class includes a property, `TrainCostMilliNodeHours`, which is an output-only `long` type field that represents the actual training cost of the model in milli node hours, ensuring it does not exceed the training budget."]]],[]]