IRollingInputData.WindowOffset Property

Definition

[Required] The time offset between the end of the data window and the monitor's current run time.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] The time offset between the end of the data window and the monitor's current run time.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="windowOffset", Update=false)]
public TimeSpan? WindowOffset { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] The time offset between the end of the data window and the monitor's current run time.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="windowOffset", Update=false)>]
member this.WindowOffset : Nullable<TimeSpan> with get, set
Public Property WindowOffset As Nullable(Of TimeSpan)

Property Value

Attributes

Applies to