| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakera2iruntime |
Amazon Augmented AI (Amazon A2I) adds the benefit of 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 in ISO 8601 format.
|
ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.Builder.creationTimeBefore(Instant creationTimeBefore)
(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format.
|
ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.Builder.flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of a flow definition.
|
ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.Builder.maxResults(Integer maxResults)
The total number of items to return.
|
ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.Builder.nextToken(String nextToken)
A token to display the next page of results.
|
ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.Builder.sortOrder(SortOrder sortOrder)
Optional.
|
ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.Builder.sortOrder(String sortOrder)
Optional.
|
ListHumanLoopsRequest.Builder |
ListHumanLoopsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListHumanLoopsRequest.Builder> |
ListHumanLoopsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.