IForecasting.SettingUseStl Property

Definition

Configure STL Decomposition of the time-series target column.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Configure STL Decomposition of the time-series target column.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UseStl) }, ReadOnly=false, Required=false, SerializedName="useStl")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UseStl? SettingUseStl { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Configure STL Decomposition of the time-series target column.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UseStl) }, ReadOnly=false, Required=false, SerializedName="useStl")>]
member this.SettingUseStl : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UseStl> with get, set
Public Property SettingUseStl As Nullable(Of UseStl)

Property Value

Attributes

Applies to