SchemaDefinition.Column.AddAnnotation<T> Méthode
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.
Ajoutez une annotation à la colonne.
public void AddAnnotation<T> (string kind, T value, Microsoft.ML.Data.DataViewType annotationType);
member this.AddAnnotation : string * 'T * Microsoft.ML.Data.DataViewType -> unit
Public Sub AddAnnotation(Of T) (kind As String, value As T, annotationType As DataViewType)
Paramètres de type
- T
Type d’annotation ajouté. Les types sportés en tant qu’entrées dans les colonnes sont également pris en charge en tant qu’entrées dans annotations. Plusieurs annotations peuvent être ajoutées à une colonne.
Paramètres
- kind
- String
Identificateur de chaîne de l’annotation.
- value
- T
Valeur de l’annotation.
- annotationType
- DataViewType
Type de valeur.