次の方法で共有


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

適用対象