SchemaAnnotationsExtensions.GetKeyValues<TValue> 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.
public static void GetKeyValues<TValue> (this Microsoft.ML.DataViewSchema.Column column, ref Microsoft.ML.Data.VBuffer<TValue> keyValues);
static member GetKeyValues : Microsoft.ML.DataViewSchema.Column * VBuffer -> unit
<Extension()>
Public Sub GetKeyValues(Of TValue) (column As DataViewSchema.Column, ByRef keyValues As VBuffer(Of TValue))
Type Parameters
- TValue
The type of the key values.
Parameters
- column
- DataViewSchema.Column
The column whose Annotations will be queried.
- keyValues
- VBuffer<TValue>
The VBuffer<T> into which the key values will be stored.