DataViewSchema.DetachedColumn Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataViewSchema.DetachedColumn(DataViewSchema+Column) |
Create an instance of DataViewSchema.DetachedColumn from an existing schema's column. |
DataViewSchema.DetachedColumn(String, DataViewType, DataViewSchema+Annotations) |
Creates an instance of a DataViewSchema.DetachedColumn. |
DataViewSchema.DetachedColumn(DataViewSchema+Column)
Create an instance of DataViewSchema.DetachedColumn from an existing schema's column.
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)
Parameters
- column
- DataViewSchema.Column
Applies to
DataViewSchema.DetachedColumn(String, DataViewType, DataViewSchema+Annotations)
Creates an instance of a 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)
Parameters
- name
- String
- type
- DataViewType
- annotations
- DataViewSchema.Annotations