@azure/cognitiveservices-personalizer package
Classes
Events |
Class representing a Events. |
PersonalizerClient | |
PersonalizerClientContext |
Interfaces
ErrorResponse |
Used to return an error to the client |
InternalError |
An object containing more specific information than the parent object about the error. |
PersonalizerError |
The error object. |
RankableAction |
An action with it's associated features used for ranking. |
RankedAction |
A ranked action with its resulting probability. |
RankRequest |
Request a set of actions to be ranked by the Personalizer service. |
RankResponse |
A resulting ordered list of actions that result from a rank request. |
RewardRequest |
Reward given to a rank response. |
Type Aliases
ErrorCode |
Defines values for ErrorCode. Possible values include: 'BadRequest', 'ResourceNotFound', 'InternalServerError' |
RankResponse2 |
Contains response data for the rank operation. |