Partager via


SchemaAnnotationsExtensions.HasKeyValues Méthode

Définition

Retourne true si la colonne d’entrée est de VectorDataViewType, et qui a SlotNames l’annotation d’un VectorDataViewType dont ItemType est , et plus loin dont la Size taille correspond à cette taille de TextDataViewTypevecteur d’entrée.

public static bool HasKeyValues (this Microsoft.ML.DataViewSchema.Column column, Microsoft.ML.Data.PrimitiveDataViewType keyValueItemType = default);
static member HasKeyValues : Microsoft.ML.DataViewSchema.Column * Microsoft.ML.Data.PrimitiveDataViewType -> bool
<Extension()>
Public Function HasKeyValues (column As DataViewSchema.Column, Optional keyValueItemType As PrimitiveDataViewType = Nothing) As Boolean

Paramètres

column
DataViewSchema.Column

Colonne dont Annotations la requête sera interrogée.

keyValueItemType
PrimitiveDataViewType

Type des valeurs de clé individuelles à interroger. Un type commun, bien qu’il n’est pas universel, est Instancedonc, si ce n’est pas spécifié, cela sera supposé avoir la valeur Instance.

Retours

S’applique à

Voir aussi