machinelearning_add_tags: Adds one or more tags to an object, up to a limit of 10

View source: R/machinelearning_operations.R

machinelearning_add_tagsR Documentation

Adds one or more tags to an object, up to a limit of 10

Description

Adds one or more tags to an object, up to a limit of 10. Each tag consists of a key and an optional value. If you add a tag using a key that is already associated with the ML object, add_tags updates the tag's value.

See https://www.paws-r-sdk.com/docs/machinelearning_add_tags/ for full documentation.

Usage

machinelearning_add_tags(Tags, ResourceId, ResourceType)

Arguments

Tags

[required] 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.

ResourceId

[required] The ID of the ML object to tag. For example, exampleModelId.

ResourceType

[required] The type of the ML object to tag.


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