| 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 |
|---|---|
Future<ListHumanTaskUisResult> |
AmazonSageMakerAsyncClient.listHumanTaskUisAsync(ListHumanTaskUisRequest request,
AsyncHandler<ListHumanTaskUisRequest,ListHumanTaskUisResult> asyncHandler) |
Future<ListHumanTaskUisResult> |
AbstractAmazonSageMakerAsync.listHumanTaskUisAsync(ListHumanTaskUisRequest request,
AsyncHandler<ListHumanTaskUisRequest,ListHumanTaskUisResult> asyncHandler) |
Future<ListHumanTaskUisResult> |
AmazonSageMakerAsync.listHumanTaskUisAsync(ListHumanTaskUisRequest listHumanTaskUisRequest,
AsyncHandler<ListHumanTaskUisRequest,ListHumanTaskUisResult> asyncHandler)
Returns information about the human task user interfaces in your account.
|
| Modifier and Type | Method and Description |
|---|---|
ListHumanTaskUisRequest |
ListHumanTaskUisRequest.clone() |
ListHumanTaskUisRequest |
ListHumanTaskUisRequest.withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only human task user interfaces with a creation time greater than or equal to the specified
timestamp.
|
ListHumanTaskUisRequest |
ListHumanTaskUisRequest.withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only human task user interfaces that were created before the specified timestamp.
|
ListHumanTaskUisRequest |
ListHumanTaskUisRequest.withMaxResults(Integer maxResults)
The total number of items to return.
|
ListHumanTaskUisRequest |
ListHumanTaskUisRequest.withNextToken(String nextToken)
A token to resume pagination.
|
ListHumanTaskUisRequest |
ListHumanTaskUisRequest.withSortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListHumanTaskUisRequest |
ListHumanTaskUisRequest.withSortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
Copyright © 2024. All rights reserved.