CustomForecastHorizon Class

Definition

The desired maximum forecast horizon in units of time-series frequency.

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

Constructors

CustomForecastHorizon()

Creates an new CustomForecastHorizon instance.

Properties

Mode

[Required] Set forecast horizon value selection mode.

Value

[Required] Forecast horizon value.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomForecastHorizon.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomForecastHorizon.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomForecastHorizon into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to