apply_from_evaluations
Creates, updates, deletes, gets or lists an apply_from_evaluations resource.
Overview
| Name | apply_from_evaluations |
| Type | Resource |
| Id | azure.ai_personalizer.apply_from_evaluations |
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 |
|---|---|---|---|---|
apply_from_evaluation | exec | endpoint | Apply Learning Settings and Model. Apply Learning Settings and model from a pre-existing Offline Evaluation, making them the current online Learning Settings and model and replacing the previous ones. |
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
- apply_from_evaluation
Apply Learning Settings and Model. Apply Learning Settings and model from a pre-existing Offline Evaluation, making them the current online Learning Settings and model and replacing the previous ones.
EXEC azure.ai_personalizer.apply_from_evaluations.apply_from_evaluation
@endpoint='{{ endpoint }}' --required
;