IColumnTransformer.Field Property

Definition

Fields to apply transformer logic on.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Fields to apply transformer logic on.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="fields", Update=true)]
public System.Collections.Generic.List<string> Field { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Fields to apply transformer logic on.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="fields", Update=true)>]
member this.Field : System.Collections.Generic.List<string> with get, set
Public Property Field As List(Of String)

Property Value

Attributes

Applies to