LearningModelPreview.EvaluateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Action déconseillée. Évaluez de manière asynchrone le modèle Machine Learning à l’aide de la valeur de fonctionnalité déjà liée dans la liaison.
public:
virtual IAsyncOperation<LearningModelEvaluationResultPreview ^> ^ EvaluateAsync(LearningModelBindingPreview ^ binding, Platform::String ^ correlationId) = EvaluateAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<LearningModelEvaluationResultPreview> EvaluateAsync(LearningModelBindingPreview const& binding, winrt::hstring const& correlationId);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("Use ILearningModel instead of ILearningModelPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
IAsyncOperation<LearningModelEvaluationResultPreview> EvaluateAsync(LearningModelBindingPreview const& binding, winrt::hstring const& correlationId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<LearningModelEvaluationResultPreview> EvaluateAsync(LearningModelBindingPreview binding, string correlationId);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("Use ILearningModel instead of ILearningModelPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
public IAsyncOperation<LearningModelEvaluationResultPreview> EvaluateAsync(LearningModelBindingPreview binding, string correlationId);
function evaluateAsync(binding, correlationId)
Public Function EvaluateAsync (binding As LearningModelBindingPreview, correlationId As String) As IAsyncOperation(Of LearningModelEvaluationResultPreview)
Paramètres
- binding
- LearningModelBindingPreview
Valeur liée aux fonctionnalités d’entrée et de sortie nommées.
- correlationId
-
String
Platform::String
winrt::hstring
Chaîne facultative fournie par l’utilisateur pour connecter les résultats de sortie.
Retours
LearningModelEvaluationResultPreview de l’évaluation.
- Attributs
Remarques
Avertissement
Il s’agit d’une API déconseillée. Utilisez plutôt l’espace de noms Windows.AI.MachineLearning .