LearningModelEvaluationResult.Outputs Property

Definition

Gets the output features of the model.

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)

Property Value

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

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

IMapView<winrt::hstring,IInspectable>

The output features of the model.

Remarks

Windows Server

To use this API on Windows Server, you must use Windows Server 2019 with Desktop Experience.

Thread safety

This API is thread-safe.

Applies to