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 是线程安全的。