ICustomTargetLags.Value Property

Definition

[Required] Set target lags values.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] Set target lags values.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=true, SerializedName="values", Update=true)]
public System.Collections.Generic.List<int> Value { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] Set target lags values.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=true, SerializedName="values", Update=true)>]
member this.Value : System.Collections.Generic.List<int> with get, set
Public Property Value As List(Of Integer)

Property Value

Attributes

Applies to