| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakera2iruntime |
Amazon Augmented AI (Augmented AI) (Preview) is a service that adds human judgment to any machine learning
application.
|
| software.amazon.awssdk.services.sagemakera2iruntime.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListHumanLoopsResponse> |
SageMakerA2IRuntimeAsyncClient.listHumanLoops(Consumer<ListHumanLoopsRequest.Builder> listHumanLoopsRequest)
Returns information about human loops, given the specified parameters.
|
default ListHumanLoopsResponse |
SageMakerA2IRuntimeClient.listHumanLoops(Consumer<ListHumanLoopsRequest.Builder> listHumanLoopsRequest)
Returns information about human loops, given the specified parameters.
|
default ListHumanLoopsPublisher |
SageMakerA2IRuntimeAsyncClient.listHumanLoopsPaginator(Consumer<ListHumanLoopsRequest.Builder> listHumanLoopsRequest)
Returns information about human loops, given the specified parameters.
|
default ListHumanLoopsIterable |
SageMakerA2IRuntimeClient.listHumanLoopsPaginator(Consumer<ListHumanLoopsRequest.Builder> listHumanLoopsRequest)
Returns information about human loops, given the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.builder() |
ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.Builder.creationTimeAfter(Instant creationTimeAfter)
(Optional) The timestamp of the date when you want the human loops to begin.
|
ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.Builder.creationTimeBefore(Instant creationTimeBefore)
(Optional) The timestamp of the date before which you want the human loops to begin.
|
ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.Builder.maxResults(Integer maxResults)
The total number of items to return.
|
ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.Builder.nextToken(String nextToken)
A token to resume pagination.
|
ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.Builder.sortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.Builder.sortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListHumanLoopsRequest.Builder> |
ListHumanLoopsRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.