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.
Implements
IMessageAutoMlForecasting, IEquatableAutoMlForecasting, IDeepCloneableAutoMlForecasting, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.DefinitionAssembly
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 |