PersonalizerAdministrationClient.GetPersonalizerEvaluationAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the Offline Evaluation associated with the Id.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.AI.Personalizer.PersonalizerEvaluation>> GetPersonalizerEvaluationAsync (string evaluationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPersonalizerEvaluationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.AI.Personalizer.PersonalizerEvaluation>>
override this.GetPersonalizerEvaluationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.AI.Personalizer.PersonalizerEvaluation>>
Public Overridable Function GetPersonalizerEvaluationAsync (evaluationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PersonalizerEvaluation))
Parameters
- evaluationId
- String
Id of the Offline Evaluation.
- cancellationToken
- CancellationToken
The cancellation token to use.