다음을 통해 공유


LearningModelEvaluationResult.Outputs 속성

정의

모델의 출력 기능을 가져옵니다.

public:
 property IMapView<Platform::String ^, Platform::Object ^> ^ Outputs { IMapView<Platform::String ^, Platform::Object ^> ^ get(); };
IMapView<winrt::hstring, IInspectable const&> Outputs();
public IReadOnlyDictionary<string,object> Outputs { get; }
var iMapView = learningModelEvaluationResult.outputs;
Public ReadOnly Property Outputs As IReadOnlyDictionary(Of String, Object)

속성 값

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

IMapView<Platform::String,Platform::Object>

IMapView<winrt::hstring,IInspectable>

모델의 출력 기능입니다.

설명

Windows Server

Windows Server에서 이 API를 사용하려면 데스크톱 환경과 함께 Windows Server 2019를 사용해야 합니다.

스레드로부터의 안전성

이 API는 스레드로부터 안전합니다.

적용 대상