IRollingInputData.WindowSize Property

Definition

[Required] The size of the rolling data window.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] The size of the rolling data window.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="windowSize", Update=false)]
public TimeSpan? WindowSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] The size of the rolling data window.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="windowSize", Update=false)>]
member this.WindowSize : Nullable<TimeSpan> with get, set
Public Property WindowSize As Nullable(Of TimeSpan)

Property Value

Attributes

Applies to