View source: R/kendraranking_operations.R
kendraranking_create_rescore_execution_plan | R Documentation |
Creates a rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the rescore
API. You set the number of capacity units that 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_create_rescore_execution_plan/ for full documentation.
kendraranking_create_rescore_execution_plan(
Name,
Description = NULL,
CapacityUnits = NULL,
Tags = NULL,
ClientToken = NULL
)
Name |
[required] A name for the rescore execution plan. |
Description |
A 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. |
Tags |
A list of key-value pairs that identify or categorize your rescore execution plan. You can also use tags to help control access to the rescore execution plan. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @. |
ClientToken |
A token that you provide to identify the request to create a rescore
execution plan. Multiple calls to the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.