Share via


SchemaAnnotationsExtensions.GetSlotNames Method

Definition

Stores the slots names of the input column into the provided buffer, if there are slot names. Otherwise it will throw an exception.

public static void GetSlotNames (this Microsoft.ML.DataViewSchema.Column column, ref Microsoft.ML.Data.VBuffer<ReadOnlyMemory<char>> slotNames);
static member GetSlotNames : Microsoft.ML.DataViewSchema.Column * VBuffer -> unit
<Extension()>
Public Sub GetSlotNames (column As DataViewSchema.Column, ByRef slotNames As VBuffer(Of ReadOnlyMemory(Of Char)))

Parameters

column
DataViewSchema.Column

The column whose Annotations will be queried.

slotNames
VBuffer<ReadOnlyMemory<Char>>

The VBuffer<T> into which the slot names will be stored.

Applies to

See also