DataViewSchema.DetachedColumn Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
DataViewSchema.DetachedColumn(DataViewSchema+Column) |
Creare un'istanza di da DataViewSchema.DetachedColumn una colonna dello schema esistente. |
DataViewSchema.DetachedColumn(String, DataViewType, DataViewSchema+Annotations) |
Crea un'istanza di un oggetto DataViewSchema.DetachedColumn. |
DataViewSchema.DetachedColumn(DataViewSchema+Column)
- Origine:
- DataViewSchema.cs
- Origine:
- DataViewSchema.cs
- Origine:
- DataViewSchema.cs
Creare un'istanza di da DataViewSchema.DetachedColumn una colonna dello schema esistente.
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)
Parametri
- column
- DataViewSchema.Column
Si applica a
DataViewSchema.DetachedColumn(String, DataViewType, DataViewSchema+Annotations)
- Origine:
- DataViewSchema.cs
- Origine:
- DataViewSchema.cs
- Origine:
- DataViewSchema.cs
Crea un'istanza di un oggetto 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)
Parametri
- name
- String
- type
- DataViewType
- annotations
- DataViewSchema.Annotations