sagemaker_delete_tags {paws.machine.learning} | R Documentation |
Deletes the specified tags from an SageMaker resource
Description
Deletes the specified tags from an SageMaker resource.
See https://www.paws-r-sdk.com/docs/sagemaker_delete_tags/ for full documentation.
Usage
sagemaker_delete_tags(ResourceArn, TagKeys)
Arguments
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource whose tags you want to delete. |
TagKeys |
[required] An array or one or more tag keys to delete. |
[Package paws.machine.learning version 0.7.0 Index]