| Package | Description |
|---|---|
| com.amazonaws.services.augmentedairuntime |
Amazon Augmented AI (Amazon A2I) adds the benefit of human judgment to any machine learning application.
|
| com.amazonaws.services.augmentedairuntime.model |
| Modifier and Type | Method and Description |
|---|---|
ListHumanLoopsResult |
AmazonAugmentedAIRuntimeClient.listHumanLoops(ListHumanLoopsRequest request)
Returns information about human loops, given the specified parameters.
|
ListHumanLoopsResult |
AbstractAmazonAugmentedAIRuntime.listHumanLoops(ListHumanLoopsRequest request) |
ListHumanLoopsResult |
AmazonAugmentedAIRuntime.listHumanLoops(ListHumanLoopsRequest listHumanLoopsRequest)
Returns information about human loops, given the specified parameters.
|
Future<ListHumanLoopsResult> |
AmazonAugmentedAIRuntimeAsync.listHumanLoopsAsync(ListHumanLoopsRequest listHumanLoopsRequest)
Returns information about human loops, given the specified parameters.
|
Future<ListHumanLoopsResult> |
AmazonAugmentedAIRuntimeAsyncClient.listHumanLoopsAsync(ListHumanLoopsRequest request) |
Future<ListHumanLoopsResult> |
AbstractAmazonAugmentedAIRuntimeAsync.listHumanLoopsAsync(ListHumanLoopsRequest request) |
Future<ListHumanLoopsResult> |
AmazonAugmentedAIRuntimeAsync.listHumanLoopsAsync(ListHumanLoopsRequest listHumanLoopsRequest,
AsyncHandler<ListHumanLoopsRequest,ListHumanLoopsResult> asyncHandler)
Returns information about human loops, given the specified parameters.
|
Future<ListHumanLoopsResult> |
AmazonAugmentedAIRuntimeAsyncClient.listHumanLoopsAsync(ListHumanLoopsRequest request,
AsyncHandler<ListHumanLoopsRequest,ListHumanLoopsResult> asyncHandler) |
Future<ListHumanLoopsResult> |
AbstractAmazonAugmentedAIRuntimeAsync.listHumanLoopsAsync(ListHumanLoopsRequest request,
AsyncHandler<ListHumanLoopsRequest,ListHumanLoopsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListHumanLoopsResult> |
AmazonAugmentedAIRuntimeAsync.listHumanLoopsAsync(ListHumanLoopsRequest listHumanLoopsRequest,
AsyncHandler<ListHumanLoopsRequest,ListHumanLoopsResult> asyncHandler)
Returns information about human loops, given the specified parameters.
|
Future<ListHumanLoopsResult> |
AmazonAugmentedAIRuntimeAsyncClient.listHumanLoopsAsync(ListHumanLoopsRequest request,
AsyncHandler<ListHumanLoopsRequest,ListHumanLoopsResult> asyncHandler) |
Future<ListHumanLoopsResult> |
AbstractAmazonAugmentedAIRuntimeAsync.listHumanLoopsAsync(ListHumanLoopsRequest request,
AsyncHandler<ListHumanLoopsRequest,ListHumanLoopsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListHumanLoopsRequest |
ListHumanLoopsRequest.clone() |
ListHumanLoopsRequest |
ListHumanLoopsRequest.withCreationTimeAfter(Date creationTimeAfter)
(Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format.
|
ListHumanLoopsRequest |
ListHumanLoopsRequest.withCreationTimeBefore(Date creationTimeBefore)
(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format.
|
ListHumanLoopsRequest |
ListHumanLoopsRequest.withFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of a flow definition.
|
ListHumanLoopsRequest |
ListHumanLoopsRequest.withMaxResults(Integer maxResults)
The total number of items to return.
|
ListHumanLoopsRequest |
ListHumanLoopsRequest.withNextToken(String nextToken)
A token to display the next page of results.
|
ListHumanLoopsRequest |
ListHumanLoopsRequest.withSortOrder(SortOrder sortOrder)
Optional.
|
ListHumanLoopsRequest |
ListHumanLoopsRequest.withSortOrder(String sortOrder)
Optional.
|
Copyright © 2021. All rights reserved.