sagemaker_add_tags {paws.machine.learning} | R Documentation |
Adds or overwrites one or more tags for the specified SageMaker resource
Description
Adds or overwrites one or more tags for the specified SageMaker resource. You can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints.
See https://www.paws-r-sdk.com/docs/sagemaker_add_tags/ for full documentation.
Usage
sagemaker_add_tags(ResourceArn, Tags)
Arguments
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource that you want to tag. |
Tags |
[required] An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources. |
[Package paws.machine.learning version 0.9.0 Index]