Condividi tramite


LearningModelEvaluationResult.Outputs Proprietà

Definizione

Ottiene le funzionalità di output del modello.

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)

Valore della proprietà

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

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

IMapView<winrt::hstring,IInspectable>

Funzionalità di output del modello.

Commenti

Windows Server

Per usare questa API in Windows Server, è necessario usare Windows Server 2019 con Esperienza desktop.

Thread safety

Questa API è thread-safe.

Si applica a