Partager via


ColumnInferenceResults.ColumnInformation Propriété

Définition

Informations sur les colonnes déduites dans le jeu de données.

[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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Contient les objectifs déduits de chaque colonne. Consultez ColumnInformation pour plus d’informations.

Cela peut être alimenté à l’API AutoML lors de l’exécution d’une expérience. Voir par exemple.

S’applique à