IStaticInputData.WindowEnd Property

Definition

[Required] The end date of the data window.

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

Property Value

Attributes

Applies to