LearningModelSession.Model 属性

定义

返回此会话的已训练机器学习模型。

public:
 property LearningModel ^ Model { LearningModel ^ get(); };
LearningModel Model();
public LearningModel Model { get; }
var learningModel = learningModelSession.model;
Public ReadOnly Property Model As LearningModel

属性值

此会话的已训练机器学习模型。

注解

Windows Server

若要在 Windows Server 上使用此 API,必须使用带桌面体验的 Windows Server 2019。

线程安全

此 API 是线程安全的。

适用于