Compartilhar via


DataViewSchema.Annotations.GetGetter<TValue> Método

Definição

Obtenha um delegado getter para um valor da linha de anotações.

public Microsoft.ML.ValueGetter<TValue> GetGetter<TValue> (Microsoft.ML.DataViewSchema.Column column);
member this.GetGetter : Microsoft.ML.DataViewSchema.Column -> Microsoft.ML.ValueGetter<'Value>
Public Function GetGetter(Of TValue) (column As DataViewSchema.Column) As ValueGetter(Of TValue)

Parâmetros de tipo

TValue

Parâmetros

Retornos

Aplica-se a