sagemaker_list_tags: Returns the tags for the specified SageMaker resource

View source: R/sagemaker_operations.R

sagemaker_list_tagsR 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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.