| Package | Description |
|---|---|
| com.amazonaws.services.augmentedairuntime |
Amazon Augmented AI (Augmented AI) (Preview) is a service that adds human judgment to any machine learning
application.
|
| com.amazonaws.services.augmentedairuntime.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeHumanLoopResult |
AmazonAugmentedAIRuntime.describeHumanLoop(DescribeHumanLoopRequest describeHumanLoopRequest)
Returns information about the specified human loop.
|
DescribeHumanLoopResult |
AmazonAugmentedAIRuntimeClient.describeHumanLoop(DescribeHumanLoopRequest request)
Returns information about the specified human loop.
|
DescribeHumanLoopResult |
AbstractAmazonAugmentedAIRuntime.describeHumanLoop(DescribeHumanLoopRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeHumanLoopResult> |
AmazonAugmentedAIRuntimeAsync.describeHumanLoopAsync(DescribeHumanLoopRequest describeHumanLoopRequest,
AsyncHandler<DescribeHumanLoopRequest,DescribeHumanLoopResult> asyncHandler)
Returns information about the specified human loop.
|
Future<DescribeHumanLoopResult> |
AmazonAugmentedAIRuntimeAsyncClient.describeHumanLoopAsync(DescribeHumanLoopRequest request,
AsyncHandler<DescribeHumanLoopRequest,DescribeHumanLoopResult> asyncHandler) |
Future<DescribeHumanLoopResult> |
AbstractAmazonAugmentedAIRuntimeAsync.describeHumanLoopAsync(DescribeHumanLoopRequest request,
AsyncHandler<DescribeHumanLoopRequest,DescribeHumanLoopResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeHumanLoopResult |
DescribeHumanLoopResult.clone() |
DescribeHumanLoopResult |
DescribeHumanLoopResult.withCreationTimestamp(Date creationTimestamp)
The timestamp when Amazon Augmented AI created the human loop.
|
DescribeHumanLoopResult |
DescribeHumanLoopResult.withFailureCode(String failureCode)
A failure code denoting a specific type of failure.
|
DescribeHumanLoopResult |
DescribeHumanLoopResult.withFailureReason(String failureReason)
The reason why a human loop has 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.withHumanLoopInput(HumanLoopInputContent humanLoopInput)
An object containing information about the human loop input.
|
DescribeHumanLoopResult |
DescribeHumanLoopResult.withHumanLoopName(String humanLoopName)
The name of the human loop.
|
DescribeHumanLoopResult |
DescribeHumanLoopResult.withHumanLoopOutput(HumanLoopOutputContent humanLoopOutput)
An object containing 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 © 2019. All rights reserved.