IStaticInputData.WindowStart Property

Definition

[Required] The start date of the data window.

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

Property Value

Attributes

Applies to