你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IForecastingSettings.UseStl 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? UseStl { 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.UseStl : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UseStl> with get, set
Public Property UseStl As Nullable(Of UseStl)

Property Value

Attributes

Applies to