다음을 통해 공유


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는 스레드로부터 안전합니다.

적용 대상