sagemaker_add_tags: Adds or overwrites one or more tags for the specified...

View source: R/sagemaker_operations.R

sagemaker_add_tagsR 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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.