SchemaAnnotationsExtensions.GetSlotNames Method
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.
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.