public sealed class AutoMlForecasting : IMessage<AutoMlForecasting>, IEquatable<AutoMlForecasting>, IDeepCloneable<AutoMlForecasting>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class AutoMlForecasting.
A TrainingJob that trains and uploads an AutoML Forecasting Model.
[[["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-09 UTC."],[[["This document provides reference information for the `AutoMlForecasting` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["The `AutoMlForecasting` class is used to define a TrainingJob for training and uploading an AutoML Forecasting Model and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["`AutoMlForecasting` includes two constructors: a default constructor and one that accepts another `AutoMlForecasting` object for initialization."],["The class contains properties for `Inputs`, which is of type `AutoMlForecastingInputs`, and `Metadata`, of type `AutoMlForecastingMetadata`, to manage training job parameters and information."]]],[]]