machinelearning_delete_tags {paws.machine.learning} | R Documentation |
Deletes the specified tags associated with an ML object
Description
Deletes the specified tags associated with an ML object. After this operation is complete, you can't recover deleted tags.
See https://www.paws-r-sdk.com/docs/machinelearning_delete_tags/ for full documentation.
Usage
machinelearning_delete_tags(TagKeys, ResourceId, ResourceType)
Arguments
TagKeys |
[required] One or more tags to delete. |
ResourceId |
[required] The ID of the tagged ML object. For example, |
ResourceType |
[required] The type of the tagged ML object. |
[Package paws.machine.learning version 0.7.0 Index]