Share via


PersonalizerAdministrationClient.ApplyPersonalizerEvaluationAsync Method

Definition

Apply Learning Settings and model from a pre-existing Offline Evaluation, making them the current online Learning Settings and model and replacing the previous ones.

public virtual System.Threading.Tasks.Task<Azure.Response> ApplyPersonalizerEvaluationAsync (Azure.AI.Personalizer.PersonalizerPolicyReferenceOptions body, System.Threading.CancellationToken cancellationToken = default);
abstract member ApplyPersonalizerEvaluationAsync : Azure.AI.Personalizer.PersonalizerPolicyReferenceOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.ApplyPersonalizerEvaluationAsync : Azure.AI.Personalizer.PersonalizerPolicyReferenceOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function ApplyPersonalizerEvaluationAsync (body As PersonalizerPolicyReferenceOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameters

body
PersonalizerPolicyReferenceOptions

The PolicyReferenceContract to use.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to