azure.com

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 which content item to show to users in rewardActionId. As rewards are

🔑 apikey 17 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Get Model.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /model
List Evaluations.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /evaluations
Get Log Properties.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /logs/properties
Endpoints (17 total)
GET
/model
Get Model.
GET
/evaluations
List Evaluations.
GET
/logs/properties
Get Log Properties.
GET
/model/properties
Get Model Properties.
GET
/configurations/policy
Get Policy.
GET
/configurations/service
Get Service Configuration.
GET
/evaluations/{evaluationId}
Get Evaluation.
POST
/rank
Post Rank.
POST
/evaluations
Create Evaluation.
POST
/events/{eventId}/reward
Post Reward.
POST
/events/{eventId}/activate
Activate Event.
PUT
/configurations/policy
Update Policy.
At a glance
Total SDKs9
Languages8
Endpoints17
Authapikey
Categories1