PersonalizerAdministrationClient Class

Definition

The Personalizer service client for instance management; Evaluations, Configuration, Model, Policy and Logs.

public class PersonalizerAdministrationClient
type PersonalizerAdministrationClient = class
Public Class PersonalizerAdministrationClient
Inheritance
PersonalizerAdministrationClient

Constructors

PersonalizerAdministrationClient()

Initializes a new instance of Personalizer Client for mocking.

PersonalizerAdministrationClient(Uri, AzureKeyCredential, PersonalizerClientOptions)

Initializes a new instance of PersonalizerClient.

PersonalizerAdministrationClient(Uri, TokenCredential, PersonalizerClientOptions)

Initializes a new instance of PersonalizerClient.

Methods

ApplyPersonalizerEvaluation(PersonalizerPolicyReferenceOptions, CancellationToken)

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.

ApplyPersonalizerEvaluationAsync(PersonalizerPolicyReferenceOptions, CancellationToken)

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.

CreatePersonalizerEvaluation(PersonalizerEvaluationOptions, CancellationToken)

Submit a new Offline Evaluation job.

CreatePersonalizerEvaluationAsync(PersonalizerEvaluationOptions, CancellationToken)

Submit a new Offline Evaluation job.

DeletePersonalizerEvaluation(String, CancellationToken)

Delete the Offline Evaluation associated with the Id.

DeletePersonalizerEvaluationAsync(String, CancellationToken)

Delete the Offline Evaluation associated with the Id.

DeletePersonalizerLogs(CancellationToken)

Delete all logs of Rank and Reward calls stored by Personalizer.

DeletePersonalizerLogsAsync(CancellationToken)

Delete all logs of Rank and Reward calls stored by Personalizer.

ExportPersonalizerModel(Boolean, CancellationToken)

Export the current model used by Personalizer service.

ExportPersonalizerModelAsync(Boolean, CancellationToken)

Export the current model used by Personalizer service.

GetPersonalizerEvaluation(String, CancellationToken)

Get the Offline Evaluation associated with the Id.

GetPersonalizerEvaluationAsync(String, CancellationToken)

Get the Offline Evaluation associated with the Id.

GetPersonalizerEvaluations(CancellationToken)

List of all Offline Evaluations.

GetPersonalizerEvaluationsAsync(CancellationToken)

List of all Offline Evaluations.

GetPersonalizerLogProperties(CancellationToken)

Get properties of the Personalizer logs.

GetPersonalizerLogPropertiesAsync(CancellationToken)

Get properties of the Personalizer logs.

GetPersonalizerModelProperties(CancellationToken)

Get properties of the model file generated by Personalizer service.

GetPersonalizerModelPropertiesAsync(CancellationToken)

Get properties of the model file generated by Personalizer service.

GetPersonalizerPolicy(CancellationToken)

Get the Learning Settings currently used by the Personalizer service.

GetPersonalizerPolicyAsync(CancellationToken)

Get the Learning Settings currently used by the Personalizer service.

GetPersonalizerProperties(CancellationToken)

Get the Personalizer service configuration.

GetPersonalizerPropertiesAsync(CancellationToken)

Get the Personalizer service configuration.

ImportPersonalizerSignedModel(Stream, CancellationToken)

Replace the current model used by Personalizer service with an updated model.

ImportPersonalizerSignedModelAsync(Stream, CancellationToken)

Replace the current model used by Personalizer service with an updated model.

ResetPersonalizerModel(CancellationToken)

Resets the model file generated by Personalizer service.

ResetPersonalizerModelAsync(CancellationToken)

Resets the model file generated by Personalizer service.

ResetPersonalizerPolicy(CancellationToken)

Resets the learning settings of the Personalizer service to default.

ResetPersonalizerPolicyAsync(CancellationToken)

Resets the learning settings of the Personalizer service to default.

UpdatePersonalizerPolicy(PersonalizerPolicy, CancellationToken)

Update the Learning Settings that the Personalizer service will use to train models.

UpdatePersonalizerPolicyAsync(PersonalizerPolicy, CancellationToken)

Update the Learning Settings that the Personalizer service will use to train models.

UpdatePersonalizerProperties(PersonalizerServiceProperties, CancellationToken)

Update the Personalizer service configuration.

UpdatePersonalizerPropertiesAsync(PersonalizerServiceProperties, CancellationToken)

Update the Personalizer service configuration.

Applies to