| 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 |
|---|---|
DescribeHumanLoopResult |
AmazonAugmentedAIRuntimeClient.describeHumanLoop(DescribeHumanLoopRequest request)
Returns information about the specified human loop.
|
DescribeHumanLoopResult |
AbstractAmazonAugmentedAIRuntime.describeHumanLoop(DescribeHumanLoopRequest request) |
DescribeHumanLoopResult |
AmazonAugmentedAIRuntime.describeHumanLoop(DescribeHumanLoopRequest describeHumanLoopRequest)
Returns information about the specified human loop.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeHumanLoopResult> |
AbstractAmazonAugmentedAIRuntimeAsync.describeHumanLoopAsync(DescribeHumanLoopRequest request,
AsyncHandler<DescribeHumanLoopRequest,DescribeHumanLoopResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeHumanLoopResult |
DescribeHumanLoopResult.clone() |
DescribeHumanLoopResult |
DescribeHumanLoopResult.withCreationTime(Date creationTime)
The creation time when Amazon Augmented AI created the human loop.
|
DescribeHumanLoopResult |
DescribeHumanLoopResult.withFailureCode(String failureCode)
A failure code that identifies the type of failure.
|
DescribeHumanLoopResult |
DescribeHumanLoopResult.withFailureReason(String failureReason)
The reason why a human loop failed.
|
DescribeHumanLoopResult |
DescribeHumanLoopResult.withFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
|
DescribeHumanLoopResult |
DescribeHumanLoopResult.withHumanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the human loop.
|
DescribeHumanLoopResult |
DescribeHumanLoopResult.withHumanLoopName(String humanLoopName)
The name of the human loop.
|
DescribeHumanLoopResult |
DescribeHumanLoopResult.withHumanLoopOutput(HumanLoopOutput humanLoopOutput)
An object that contains information about the output of the human loop.
|
DescribeHumanLoopResult |
DescribeHumanLoopResult.withHumanLoopStatus(HumanLoopStatus humanLoopStatus)
The status of the human loop.
|
DescribeHumanLoopResult |
DescribeHumanLoopResult.withHumanLoopStatus(String humanLoopStatus)
The status of the human loop.
|
Copyright © 2024. All rights reserved.