class Aws::MachineLearning::Types::AddTagsInput
@note When making an API call, you may pass AddTagsInput
data as a hash: { tags: [ # required { key: "TagKey", value: "TagValue", }, ], resource_id: "EntityId", # required resource_type: "BatchPrediction", # required, accepts BatchPrediction, DataSource, Evaluation, MLModel }
@!attribute [rw] tags
The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null. @return [Array<Types::Tag>]
@!attribute [rw] resource_id
The ID of the ML object to tag. For example, `exampleModelId`. @return [String]
@!attribute [rw] resource_type
The type of the ML object to tag. @return [String]
Constants
- SENSITIVE