Share via


ColumnInferenceResults.ColumnInformation Property

Definition

Gets information about the inferred columns in the dataset.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Include)]
public Microsoft.ML.AutoML.ColumnInformation ColumnInformation { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Include)>]
member this.ColumnInformation : Microsoft.ML.AutoML.ColumnInformation
Public ReadOnly Property ColumnInformation As ColumnInformation

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Contains the inferred purposes of each column. See ColumnInformation for more details.

This value can be fed to the AutoML API when running an experiment. See Execute(IDataView, ColumnInformation, IEstimator<ITransformer>, IProgress<RunDetail<TMetrics>>), for example.

Applies to