LearningModel.Metadata プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ONNX モデルからの生 <の文字列、文字列> メタデータ。
public:
property IMapView<Platform::String ^, Platform::String ^> ^ Metadata { IMapView<Platform::String ^, Platform::String ^> ^ get(); };
IMapView<winrt::hstring, winrt::hstring const&> Metadata();
public IReadOnlyDictionary<string,string> Metadata { get; }
var iMapView = learningModel.metadata;
Public ReadOnly Property Metadata As IReadOnlyDictionary(Of String, String)
プロパティ値
ONNX モデルからの生 <の文字列、文字列> メタデータ。
注釈
Windows Server
Windows Server でこの API を使用するには、Windows Server 2019 デスクトップ エクスペリエンスを使用する必要があります。
スレッド セーフ
この API はスレッド セーフです。