Cloud AI Platform v1beta1 API - Class AutoMlForecasting (1.0.0-beta02)

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.

Inheritance

object > AutoMlForecasting

Namespace

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

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

AutoMlForecasting()

public AutoMlForecasting()

AutoMlForecasting(AutoMlForecasting)

public AutoMlForecasting(AutoMlForecasting other)
Parameter
Name Description
other AutoMlForecasting

Properties

Inputs

public AutoMlForecastingInputs Inputs { get; set; }

The input parameters of this TrainingJob.

Property Value
Type Description
AutoMlForecastingInputs

Metadata

public AutoMlForecastingMetadata Metadata { get; set; }

The metadata information.

Property Value
Type Description
AutoMlForecastingMetadata