| 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 |
|---|---|
Future<DescribeHumanLoopResult> |
AmazonAugmentedAIRuntimeAsyncClient.describeHumanLoopAsync(DescribeHumanLoopRequest request,
AsyncHandler<DescribeHumanLoopRequest,DescribeHumanLoopResult> asyncHandler) |
Future<DescribeHumanLoopResult> |
AmazonAugmentedAIRuntimeAsync.describeHumanLoopAsync(DescribeHumanLoopRequest describeHumanLoopRequest,
AsyncHandler<DescribeHumanLoopRequest,DescribeHumanLoopResult> asyncHandler)
Returns information about the specified human loop.
|
Future<DescribeHumanLoopResult> |
AbstractAmazonAugmentedAIRuntimeAsync.describeHumanLoopAsync(DescribeHumanLoopRequest request,
AsyncHandler<DescribeHumanLoopRequest,DescribeHumanLoopResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeHumanLoopRequest |
DescribeHumanLoopRequest.clone() |
DescribeHumanLoopRequest |
DescribeHumanLoopRequest.withHumanLoopName(String humanLoopName)
The name of the human loop that you want information about.
|
Copyright © 2022. All rights reserved.