Package | Description |
---|---|
software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
software.amazon.awssdk.services.sagemaker.paginators | |
software.amazon.awssdk.services.sagemaker.transform |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<ListHumanTaskUisResponse> |
SageMakerAsyncClient.listHumanTaskUis(ListHumanTaskUisRequest listHumanTaskUisRequest)
Returns information about the human task user interfaces in your account.
|
default ListHumanTaskUisResponse |
SageMakerClient.listHumanTaskUis(ListHumanTaskUisRequest listHumanTaskUisRequest)
Returns information about the human task user interfaces in your account.
|
default ListHumanTaskUisPublisher |
SageMakerAsyncClient.listHumanTaskUisPaginator(ListHumanTaskUisRequest listHumanTaskUisRequest)
Returns information about the human task user interfaces in your account.
|
default ListHumanTaskUisIterable |
SageMakerClient.listHumanTaskUisPaginator(ListHumanTaskUisRequest listHumanTaskUisRequest)
Returns information about the human task user interfaces in your account.
|
Constructor and Description |
---|
ListHumanTaskUisIterable(SageMakerClient client,
ListHumanTaskUisRequest firstRequest) |
ListHumanTaskUisPublisher(SageMakerAsyncClient client,
ListHumanTaskUisRequest firstRequest) |
Modifier and Type | Method and Description |
---|---|
SdkHttpFullRequest |
ListHumanTaskUisRequestMarshaller.marshall(ListHumanTaskUisRequest listHumanTaskUisRequest) |
Copyright © 2020. All rights reserved.