Skip to content

Commit e47718d

Browse files
authored
Merge pull request #41510 from edjez/patch-12
improve SDK and API confusion
2 parents 362dcc7 + b130ead commit e47718d

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
@@ -32,9 +32,9 @@ Personalizer uses machine learning models to discover what action to rank highes
3232

3333
1. Choose an experience in your app to personalize.
3434
1. Create and configure an instance of the Personalization Service in the Azure portal. Each instance is a Personalizer Loop.
35-
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.
35+
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.
3636
1. In the client application, show the user the action selected by Personalizer.
37-
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)_.
37+
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)_.
3838
1. View analytics in the Azure portal to evaluate how the system is working and how your data is helping personalization.
3939

4040
## Where can I use Personalizer?

0 commit comments

Comments
 (0)