PersonalizerRankResult Class
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.
Returns which action to use as rewardActionId, and additional information about each action as a result of a Rank request.
public class PersonalizerRankResult
type PersonalizerRankResult = class
Public Class PersonalizerRankResult
- Inheritance
-
PersonalizerRankResult
Properties
EventId |
The eventId for the round trip from request to response. |
Ranking |
The calculated ranking for the current request. |
RewardActionId |
The action chosen by the Personalizer service. This is the action your application should display, and for which to report the reward. This might not be the first found in 'ranking'. |
Applies to
Azure SDK for .NET