Azure.AI.Personalizer Namespace
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.
Classes
PersonalizerAdministrationClient |
The Personalizer service client for instance management; Evaluations, Configuration, Model, Policy and Logs. |
PersonalizerClient |
The Personalizer service client for single and multi slot Rank, Reward and Event Activation. |
PersonalizerClientOptions |
Client options for PersonalizerClient. |
PersonalizerCreateEvaluationOperation |
An Operation<T> for tracking the status of a CreatePersonalizerEvaluationAsync(PersonalizerEvaluationOptions, CancellationToken) request. Its Value upon successful completion will be the completed personalizer evaluation. |
PersonalizerEvaluation |
A Counterfactual Evaluation. |
PersonalizerEvaluationOptions |
A counterfactual evaluation. |
PersonalizerLogProperties |
Properties related to data used to train the model. |
PersonalizerModelFactory |
Model factory for read-only models. |
PersonalizerModelProperties |
Properties related to the trained model. |
PersonalizerMultiSlotRankResult |
The MultiSlotRankResponse. |
PersonalizerPolicy |
Learning settings specifying how to train the model. |
PersonalizerPolicyReferenceOptions |
Reference to the policy within the evaluation. |
PersonalizerPolicyResult |
This class contains the Learning Settings information and the results of the Offline Evaluation using that policy. |
PersonalizerPolicyResultSummary |
This class contains the summary of evaluating a policy on a counterfactual evaluation. |
PersonalizerRankableAction |
An action with its associated features used for ranking. |
PersonalizerRankedAction |
A ranked action with its resulting probability. |
PersonalizerRankMultiSlotOptions |
The MultiSlotRankRequest. |
PersonalizerRankOptions |
Request a set of actions to be ranked by the Personalizer service. |
PersonalizerRankResult |
Returns which action to use as rewardActionId, and additional information about each action as a result of a Rank request. |
PersonalizerRewardMultiSlotOptions |
Reward given to a list of slots. |
PersonalizerRewardOptions |
Reward given to a rank response. |
PersonalizerServiceProperties |
The configuration of the service. |
PersonalizerSlotOptions |
A slot with it's associated features and list of excluded actions. |
PersonalizerSlotResult |
The SlotResponse. |
PersonalizerSlotReward |
The SlotReward. |
Structs
PersonalizerEvaluationJobStatus |
The status of the job processing the evaluation. |
PersonalizerEvaluationType |
Evaluation type (manual or through Automatic Optimization). |
PersonalizerLearningMode |
Learning Modes for Personalizer. |
PersonalizerPolicySource |
The source of the Learning Settings. |
Enums
PersonalizerClientOptions.ServiceVersion |
The version of the service to use. |
Azure SDK for .NET