DataViewSchema.Annotations クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
1 つの 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 |
1 つの DataViewSchema.Columnスキーマ注釈。 |
Schema |
注釈行のスキーマ。 これは、列が属するスキーマとは異なります。 |
メソッド
GetGetter<TValue>(DataViewSchema+Column) |
注釈行の 1 つの値に対する getter デリゲートを取得します。 |
GetValue<TValue>(String, TValue) |
注釈の種類 (列名) で注釈の値を取得します。 |
ToString() |
1 つの DataViewSchema.Columnスキーマ注釈。 |