Skip to main content

rank_multi_slots

Creates, updates, deletes, gets or lists a rank_multi_slots resource.

Overview

Namerank_multi_slots
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
rank_multi_slotexecendpointRank (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.

NameDatatypeDescription
endpointstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client Endpoint parameter. (default: )

Lifecycle Methods

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
;