DataViewSchema.Annotations 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个 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的架构批注。 |