sagemaker_list_tags {paws.machine.learning} | R Documentation |
Returns the tags for the specified SageMaker resource
Description
Returns the tags for the specified SageMaker resource.
See https://www.paws-r-sdk.com/docs/sagemaker_list_tags/ for full documentation.
Usage
sagemaker_list_tags(ResourceArn, NextToken = NULL, MaxResults = NULL)
Arguments
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve. |
NextToken |
If the response to the previous |
MaxResults |
Maximum number of tags to return. |
[Package paws.machine.learning version 0.9.0 Index]