| 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 |
AmazonAugmentedAIRuntime.listHumanLoops(ListHumanLoopsRequest listHumanLoopsRequest)
Returns information about human loops, given the specified parameters.
|
ListHumanLoopsResult |
AbstractAmazonAugmentedAIRuntime.listHumanLoops(ListHumanLoopsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListHumanLoopsResult> |
AbstractAmazonAugmentedAIRuntimeAsync.listHumanLoopsAsync(ListHumanLoopsRequest request,
AsyncHandler<ListHumanLoopsRequest,ListHumanLoopsResult> asyncHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
ListHumanLoopsResult |
ListHumanLoopsResult.clone() |
ListHumanLoopsResult |
ListHumanLoopsResult.withHumanLoopSummaries(Collection<HumanLoopSummary> humanLoopSummaries)
An array of objects that contain information about the human loops.
|
ListHumanLoopsResult |
ListHumanLoopsResult.withHumanLoopSummaries(HumanLoopSummary... humanLoopSummaries)
An array of objects that contain information about the human loops.
|
ListHumanLoopsResult |
ListHumanLoopsResult.withNextToken(String nextToken)
A token to display the next page of results.
|
Copyright © 2024. All rights reserved.