ColumnInferenceResults.ColumnInformation Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.