| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsResult |
AmazonSageMakerClient.listTags(ListTagsRequest request)
Returns the tags for the specified SageMaker resource.
|
ListTagsResult |
AbstractAmazonSageMaker.listTags(ListTagsRequest request) |
ListTagsResult |
AmazonSageMaker.listTags(ListTagsRequest listTagsRequest)
Returns the tags for the specified SageMaker resource.
|
Future<ListTagsResult> |
AmazonSageMakerAsyncClient.listTagsAsync(ListTagsRequest request) |
Future<ListTagsResult> |
AmazonSageMakerAsync.listTagsAsync(ListTagsRequest listTagsRequest)
Returns the tags for the specified SageMaker resource.
|
Future<ListTagsResult> |
AbstractAmazonSageMakerAsync.listTagsAsync(ListTagsRequest request) |
Future<ListTagsResult> |
AmazonSageMakerAsyncClient.listTagsAsync(ListTagsRequest request,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler) |
Future<ListTagsResult> |
AmazonSageMakerAsync.listTagsAsync(ListTagsRequest listTagsRequest,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler)
Returns the tags for the specified SageMaker resource.
|
Future<ListTagsResult> |
AbstractAmazonSageMakerAsync.listTagsAsync(ListTagsRequest request,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsResult> |
AmazonSageMakerAsyncClient.listTagsAsync(ListTagsRequest request,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler) |
Future<ListTagsResult> |
AmazonSageMakerAsync.listTagsAsync(ListTagsRequest listTagsRequest,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler)
Returns the tags for the specified SageMaker resource.
|
Future<ListTagsResult> |
AbstractAmazonSageMakerAsync.listTagsAsync(ListTagsRequest request,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsRequest |
ListTagsRequest.clone() |
ListTagsRequest |
ListTagsRequest.withMaxResults(Integer maxResults)
Maximum number of tags to return.
|
ListTagsRequest |
ListTagsRequest.withNextToken(String nextToken)
If the response to the previous
ListTags request is truncated, SageMaker returns this token. |
ListTagsRequest |
ListTagsRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.
|
Copyright © 2025. All rights reserved.