AutoForecastHorizon Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
AutoForecastHorizon() |
Creates an new AutoForecastHorizon instance. |
Properties
Mode |
[Required] Set forecast horizon value selection mode. |
Methods
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. |