Partilhar via


DataViewSchema.Builder.AddColumn Método

Definição

Adicione uma coluna ao esquema que está sendo criado.

public void AddColumn (string name, Microsoft.ML.Data.DataViewType type, Microsoft.ML.DataViewSchema.Annotations annotations = default);
member this.AddColumn : string * Microsoft.ML.Data.DataViewType * Microsoft.ML.DataViewSchema.Annotations -> unit
Public Sub AddColumn (name As String, type As DataViewType, Optional annotations As DataViewSchema.Annotations = Nothing)

Parâmetros

name
String

O nome da coluna.

type
DataViewType

O tipo da coluna.

annotations
DataViewSchema.Annotations

As anotações da coluna.

Aplica-se a