Share via


ColumnInformation.IgnoredColumnNames Property

Definition

The dataset columns that AutoML should ignore.

[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)

Property Value

The default value is a new, empty Collection<T>.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to