rekognition_tag_resource {paws.machine.learning} | R Documentation |
Adds one or more key-value tags to an Amazon Rekognition collection, stream processor, or Custom Labels model
Description
Adds one or more key-value tags to an Amazon Rekognition collection, stream processor, or Custom Labels model. For more information, see Tagging AWS Resources.
See https://www.paws-r-sdk.com/docs/rekognition_tag_resource/ for full documentation.
Usage
rekognition_tag_resource(ResourceArn, Tags)
Arguments
ResourceArn |
[required] Amazon Resource Name (ARN) of the model, collection, or stream processor that you want to assign the tags to. |
Tags |
[required] The key-value tags to assign to the resource. |
[Package paws.machine.learning version 0.9.0 Index]