Compartilhar via


DataViewSchema.DetachedColumn Construtores

Definição

Sobrecargas

DataViewSchema.DetachedColumn(DataViewSchema+Column)

Crie uma instância da DataViewSchema.DetachedColumn coluna de um esquema existente.

DataViewSchema.DetachedColumn(String, DataViewType, DataViewSchema+Annotations)

Cria uma instância de um DataViewSchema.DetachedColumn.

DataViewSchema.DetachedColumn(DataViewSchema+Column)

Crie uma instância da DataViewSchema.DetachedColumn coluna de um esquema existente.

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)

Parâmetros

Aplica-se a

DataViewSchema.DetachedColumn(String, DataViewType, DataViewSchema+Annotations)

Cria uma instância de um 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)

Parâmetros

name
String

Aplica-se a