View source: R/sagemaker_operations.R
sagemaker_add_tags | R Documentation |
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.
sagemaker_add_tags(ResourceArn, Tags)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.