You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MachineLearning::Types::Tag

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Tag as input to an Aws::Client method, you can use a vanilla Hash:

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

A custom key-value pair associated with an ML object, such as an ML model.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

A unique identifier for the tag. Valid characters include Unicode letters, digits, white space, _, ., /, =, +, -, %, and @.

Returns:

  • (String)

    A unique identifier for the tag.

#valueString

An optional string, typically used to describe or define the tag. Valid characters include Unicode letters, digits, white space, _, ., /, =, +, -, %, and @.

Returns:

  • (String)

    An optional string, typically used to describe or define the tag.