Skip to content

Commit b130ead

Browse files
authored
improve SDK and API confusion
1 parent 02da8ff commit b130ead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/personalizer/what-is-personalizer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Personalizer uses machine learning models to discover what action to rank highes
3333

3434
1. Choose an experience in your app to personalize.
3535
1. Create and configure an instance of the Personalization Service in the Azure portal. Each instance is a Personalizer Loop.
36-
1. Use SDK to call Personalizer with information (_features_) about your users, and the content (_actions_). You don't need to provide clean, labeled data before using Personalizer.
36+
1. Use the [Rank API](https://westus2.dev.cognitive.microsoft.com/docs/services/personalizer-api/operations/Rank) to call Personalizer with information (_features_) about your users, and the content (_actions_). You don't need to provide clean, labeled data before using Personalizer. APIs can be called directly or using SDKs available for different programming languages.
3737
1. In the client application, show the user the action selected by Personalizer.
38-
1. Use the SDK to provide feedback to Personalizer indicating if the user selected Personalizer's action. This is a _[reward score](concept-rewards.md)_.
38+
1. Use the [Reward API](https://westus2.dev.cognitive.microsoft.com/docs/services/personalizer-api/operations/Reward) to provide feedback to Personalizer indicating if the user selected Personalizer's action. This is a _[reward score](concept-rewards.md)_.
3939
1. View analytics in the Azure portal to evaluate how the system is working and how your data is helping personalization.
4040

4141
## Where can I use Personalizer?

0 commit comments

Comments
 (0)