OnnxMapTypeAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
列をIDataViewフィールドclass
として宣言OnnxMapTypeするには、関連付けられているフィールドOnnxMapTypeAttributeに .
その用途は、それらおよび由来DataViewTypeAttributeの他class
のVectorTypeAttributeesのものと似ています.
public sealed class OnnxMapTypeAttribute : Microsoft.ML.Data.DataViewTypeAttribute
type OnnxMapTypeAttribute = class
inherit DataViewTypeAttribute
Public NotInheritable Class OnnxMapTypeAttribute
Inherits DataViewTypeAttribute
- 継承
コンストラクター
OnnxMapTypeAttribute() |
マップ (別名辞書) 型を作成します。 |
OnnxMapTypeAttribute(Type, Type) |
マップ (別名辞書) 型を作成します。 マップは、キーと値のペアのコレクションです。 |
メソッド
Equals(DataViewTypeAttribute) |
同じキー型と同じ値型を持つマップ型は等しい必要があります。 |
GetHashCode() |
同じキー型と同じ値型を持つマップ型に対して同じハッシュ コードを生成します。 |
Register() |
の Register()実装。 |