DataViewSchema.DetachedColumn Constructeurs
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.
Surcharges
DataViewSchema.DetachedColumn(DataViewSchema+Column) |
Créez une instance à partir de DataViewSchema.DetachedColumn la colonne d’un schéma existant. |
DataViewSchema.DetachedColumn(String, DataViewType, DataViewSchema+Annotations) |
Crée une instance d'un DataViewSchema.DetachedColumn. |
DataViewSchema.DetachedColumn(DataViewSchema+Column)
Créez une instance à partir de DataViewSchema.DetachedColumn la colonne d’un schéma existant.
public DetachedColumn (Microsoft.ML.DataViewSchema.Column column);
new Microsoft.ML.DataViewSchema.DetachedColumn : Microsoft.ML.DataViewSchema.Column -> Microsoft.ML.DataViewSchema.DetachedColumn
Public Sub New (column As DataViewSchema.Column)
Paramètres
- column
- DataViewSchema.Column
S’applique à
DataViewSchema.DetachedColumn(String, DataViewType, DataViewSchema+Annotations)
Crée une instance d'un DataViewSchema.DetachedColumn.
public DetachedColumn (string name, Microsoft.ML.Data.DataViewType type, Microsoft.ML.DataViewSchema.Annotations annotations = default);
new Microsoft.ML.DataViewSchema.DetachedColumn : string * Microsoft.ML.Data.DataViewType * Microsoft.ML.DataViewSchema.Annotations -> Microsoft.ML.DataViewSchema.DetachedColumn
Public Sub New (name As String, type As DataViewType, Optional annotations As DataViewSchema.Annotations = Nothing)
Paramètres
- name
- String
- type
- DataViewType
- annotations
- DataViewSchema.Annotations