View source: R/kendraranking_operations.R
kendraranking_update_rescore_execution_plan | R Documentation |
Updates a rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the rescore
API. You can update the number of capacity units you require for Amazon Kendra Intelligent Ranking to rescore or re-rank a search service's results.
See https://www.paws-r-sdk.com/docs/kendraranking_update_rescore_execution_plan/ for full documentation.
kendraranking_update_rescore_execution_plan(
Id,
Name = NULL,
Description = NULL,
CapacityUnits = NULL
)
Id |
[required] The identifier of the rescore execution plan that you want to update. |
Name |
A new name for the rescore execution plan. |
Description |
A new description for the rescore execution plan. |
CapacityUnits |
You can set additional capacity units to meet the needs of your rescore execution plan. You are given a single capacity unit by default. If you want to use the default capacity, you don't set additional capacity units. For more information on the default capacity and additional capacity units, see Adjusting capacity. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.