kendraranking_tag_resource {paws.analytics} | R Documentation |
Adds a specified tag to a specified rescore execution plan
Description
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.
Usage
kendraranking_tag_resource(ResourceARN, Tags)
Arguments
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. |
[Package paws.analytics version 0.7.0 Index]