DataViewSchema.Annotations 类

定义

一个 DataViewSchema.Column的架构批注。

[System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.ML.AnnotationsDebuggerProxy))]
public sealed class DataViewSchema.Annotations
[<System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.ML.AnnotationsDebuggerProxy))>]
type DataViewSchema.Annotations = class
Public NotInheritable Class DataViewSchema.Annotations
继承
DataViewSchema.Annotations
属性

属性

Empty

一个 DataViewSchema.Column的架构批注。

Schema

批注行的架构。 它不同于列所属的架构。

方法

GetGetter<TValue>(DataViewSchema+Column)

获取注释行的一个值的 getter 委托。

GetValue<TValue>(String, TValue)

按批注类型 () 获取批注的值。

ToString()

一个 DataViewSchema.Column的架构批注。

适用于