public sealed class AutoMlForecasting : IMessage<AutoMlForecasting>, IEquatable<AutoMlForecasting>, IDeepCloneable<AutoMlForecasting>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-17 UTC."],[[["This document provides reference information for the `AutoMlForecasting` class within the Vertex AI v1beta1 API, specifically for version 1.0.0-beta19, with links to beta20 and beta21 as well."],["`AutoMlForecasting` is a class used for training and uploading AutoML Forecasting Models within the Google Cloud AI Platform."],["The `AutoMlForecasting` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with other elements."],["The class includes properties for managing input parameters (`Inputs`) and metadata (`Metadata`) related to the forecasting training job, with types of `AutoMlForecastingInputs` and `AutoMlForecastingMetadata` respectively."],["There are two constructors available, allowing for both a default instance and one created by cloning an existing instance."]]],[]]