Partager via


SchemaDefinition.Column.AddAnnotation<T> Méthode

Définition

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.

S’applique à