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 list_tags request is truncated, SageMaker returns this token. To retrieve the next set of tags, use it in the subsequent request.

MaxResults

Maximum number of tags to return.


[Package paws.machine.learning version 0.7.0 Index]