Udostępnij przez


AutoForecastHorizon Class

Definition

Forecast horizon determined automatically by system.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AutoForecastHorizonTypeConverter))]
public class AutoForecastHorizon : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAutoForecastHorizon, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AutoForecastHorizonTypeConverter))>]
type AutoForecastHorizon = class
    interface IAutoForecastHorizon
    interface IJsonSerializable
    interface IForecastHorizon
    interface IValidates
Public Class AutoForecastHorizon
Implements IAutoForecastHorizon, IValidates
Inheritance
AutoForecastHorizon
Attributes
Implements

Constructors

Name Description
AutoForecastHorizon()

Creates an new AutoForecastHorizon instance.

Properties

Name Description
Mode

[Required] Set forecast horizon value selection mode.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AutoForecastHorizon.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AutoForecastHorizon.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAutoForecastHorizon.

FromJsonString(String)

Creates a new instance of AutoForecastHorizon, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AutoForecastHorizon into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to