Skip to content

Commit 541753a

Browse files
committed
minor fixes on two links
1 parent dd22509 commit 541753a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/personalizer/includes/quickstart-sdk-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ These code snippets demonstrate how to use the Personalizer client library for P
8181
* [Define actions and their features](#define-actions-and-their-features)
8282
* [Define context features](#define-users-and-their-context-features)
8383
* [Define a reward score](#define-a-reward-score-based-on-user-behavior)
84-
* [Call the Rank and Reward APIs](#run-a-Rank-and-reward-cycle)
84+
* [Call the Rank and Reward APIs](#run-a-rank-and-reward-cycle)
8585

8686

8787
## Authenticate the client
@@ -193,7 +193,7 @@ A Personalizer event cycle consists of [Rank](#request-the-best-action) and [Rew
193193

194194
### Request the best action
195195

196-
In a Rank call, you need to provide at least two arguments: a list of `RankActions` (_actions and their features_), and a list of (_context_) features. The response will include the `reward_action_id`, which is the ID of the action Personalizer has determined is best for the given context. The response also includes the `event_id`, which is needed in the Reward API so Personalize knows how to link the data from the Reward and Rank calls. You can refer to the [Rank API docs](https://docs.microsoft.com/rest/api/personalizer/1.0/rank/rank) for more details.
196+
In a Rank call, you need to provide at least two arguments: a list of `RankActions` (_actions and their features_), and a list of (_context_) features. The response will include the `reward_action_id`, which is the ID of the action Personalizer has determined is best for the given context. The response also includes the `event_id`, which is needed in the Reward API so Personalize knows how to link the data from the Reward and Rank calls. You can refer to the [Rank API docs](/rest/api/personalizer/1.0/rank/rank) for more details.
197197

198198

199199
### Send a reward

0 commit comments

Comments
 (0)