PersonalizerClient Class
Personalizer Service is an Azure Cognitive Service that makes it easy to target content and experiences without complex pre-analysis or cleanup of past data. Given a context and featurized content, the Personalizer Service returns your content in a ranked list. As rewards are sent in response to the ranked list, the reinforcement learning algorithm will improve the model and improve performance of future rank calls.
- Inheritance
-
PersonalizerClient
Constructor
PersonalizerClient(endpoint, credentials)
Parameters
Variables
Configuration for client.
- events
- EventsOperations
Events operations
Methods
| rank |
A Personalizer rank request. |
rank
A Personalizer rank request.
rank(rank_request, custom_headers=None, raw=False, **operation_config)
Parameters
- operation_config
Operation configuration overrides.
Returns
RankResponse or ClientRawResponse if raw=true
Return type
Exceptions
Feedback
Submit and view feedback for