View source: R/kendraranking_operations.R
kendraranking_tag_resource | R Documentation |
Adds a specified tag to a specified rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the rescore
API. If the tag already exists, the existing value is replaced with the new value.
See https://www.paws-r-sdk.com/docs/kendraranking_tag_resource/ for full documentation.
kendraranking_tag_resource(ResourceARN, Tags)
ResourceARN |
[required] The Amazon Resource Name (ARN) of the rescore execution plan to tag. |
Tags |
[required] A list of tag keys to add to a rescore execution plan. If a tag already exists, the existing value is replaced with the new value. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.