ColumnInformation.IgnoredColumnNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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