| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListHumanTaskUisResponse |
SageMakerClient.listHumanTaskUis(Consumer<ListHumanTaskUisRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListHumanTaskUisResponse> |
SageMakerAsyncClient.listHumanTaskUis(Consumer<ListHumanTaskUisRequest.Builder> listHumanTaskUisRequest)
Returns information about the human task user interfaces in your account.
|
default CompletableFuture<ListHumanTaskUisResponse> |
SageMakerAsyncClient.listHumanTaskUis(ListHumanTaskUisRequest listHumanTaskUisRequest)
Returns information about the human task user interfaces in your account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListHumanTaskUisResponse> |
ListHumanTaskUisIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListHumanTaskUisPublisher.subscribe(org.reactivestreams.Subscriber<? super ListHumanTaskUisResponse> subscriber) |
Copyright © 2022. All rights reserved.