rank_multi_slots
Creates, updates, deletes, gets or lists a rank_multi_slots resource.
Overview
| Name | rank_multi_slots |
| Type | Resource |
| Id | azure.ai_personalizer.rank_multi_slots |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
rank_multi_slot | exec | endpoint | Rank (MultiSlot). Submit a Personalizer multi-slot rank request. Receives a context, a list of actions, and a list of slots. Returns which of the provided actions should be used in each slot, in each rewardActionId. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
endpoint | string | The service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client Endpoint parameter. (default: ) |
Lifecycle Methods
- rank_multi_slot
Rank (MultiSlot). Submit a Personalizer multi-slot rank request. Receives a context, a list of actions, and a list of slots. Returns which of the provided actions should be used in each slot, in each rewardActionId.
EXEC azure.ai_personalizer.rank_multi_slots.rank_multi_slot
@endpoint='{{ endpoint }}' --required
;