class Aws::SageMaker::Types::Tag

A tag object that consists of a key and an optional value, used to manage metadata for Amazon SageMaker Amazon Web Services resources.

You can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints. For more information on adding tags to Amazon SageMaker resources, see AddTags.

For more information on adding metadata to your Amazon Web Services resources with tagging, see [Tagging Amazon Web Services resources]. For advice on best practices for managing Amazon Web Services resources with tagging, see [Tagging Best Practices: Implement an Effective Amazon Web Services Resource Tagging Strategy].

[1]: docs.aws.amazon.com/general/latest/gr/aws_tagging.html [2]: d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf

@note When making an API call, you may pass Tag

data as a hash:

    {
      key: "TagKey", # required
      value: "TagValue", # required
    }

@!attribute [rw] key

The tag key. Tag keys must be unique per resource.
@return [String]

@!attribute [rw] value

The tag value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Tag AWS API Documentation

Constants

SENSITIVE