class Aws::MachineLearning::Types::Tag
A custom key-value pair associated with an ML object, such as an ML model.
@note When making an API call, you may pass Tag
data as a hash: { key: "TagKey", value: "TagValue", }
@!attribute [rw] key
A unique identifier for the tag. Valid characters include Unicode letters, digits, white space, \_, ., /, =, +, -, %, and @. @return [String]
@!attribute [rw] value
An optional string, typically used to describe or define the tag. Valid characters include Unicode letters, digits, white space, \_, ., /, =, +, -, %, and @. @return [String]
Constants
- SENSITIVE