共用方式為


ColumnInformation.IgnoredColumnNames 屬性

定義

AutoML 應該忽略的資料集資料行。

[Newtonsoft.Json.JsonProperty]
public System.Collections.Generic.ICollection<string> IgnoredColumnNames { get; }
[<Newtonsoft.Json.JsonProperty>]
member this.IgnoredColumnNames : System.Collections.Generic.ICollection<string>
Public ReadOnly Property IgnoredColumnNames As ICollection(Of String)

屬性值

預設值為新的空白 Collection<T>

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於