View source: R/machinelearning_operations.R
machinelearning_add_tags | R Documentation |
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.
machinelearning_add_tags(Tags, ResourceId, ResourceType)
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, |
ResourceType |
[required] The type of the ML object to tag. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.