次の方法で共有


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

適用対象