次の方法で共有


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 はスレッド セーフです。

適用対象