| 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 |
|---|---|
StartHumanLoopResult |
AmazonAugmentedAIRuntimeClient.startHumanLoop(StartHumanLoopRequest request)
Starts a human loop, provided that at least one activation condition is met.
|
StartHumanLoopResult |
AmazonAugmentedAIRuntime.startHumanLoop(StartHumanLoopRequest startHumanLoopRequest)
Starts a human loop, provided that at least one activation condition is met.
|
StartHumanLoopResult |
AbstractAmazonAugmentedAIRuntime.startHumanLoop(StartHumanLoopRequest request) |
Future<StartHumanLoopResult> |
AbstractAmazonAugmentedAIRuntimeAsync.startHumanLoopAsync(StartHumanLoopRequest request) |
Future<StartHumanLoopResult> |
AmazonAugmentedAIRuntimeAsyncClient.startHumanLoopAsync(StartHumanLoopRequest request) |
Future<StartHumanLoopResult> |
AmazonAugmentedAIRuntimeAsync.startHumanLoopAsync(StartHumanLoopRequest startHumanLoopRequest)
Starts a human loop, provided that at least one activation condition is met.
|
Future<StartHumanLoopResult> |
AbstractAmazonAugmentedAIRuntimeAsync.startHumanLoopAsync(StartHumanLoopRequest request,
AsyncHandler<StartHumanLoopRequest,StartHumanLoopResult> asyncHandler) |
Future<StartHumanLoopResult> |
AmazonAugmentedAIRuntimeAsyncClient.startHumanLoopAsync(StartHumanLoopRequest request,
AsyncHandler<StartHumanLoopRequest,StartHumanLoopResult> asyncHandler) |
Future<StartHumanLoopResult> |
AmazonAugmentedAIRuntimeAsync.startHumanLoopAsync(StartHumanLoopRequest startHumanLoopRequest,
AsyncHandler<StartHumanLoopRequest,StartHumanLoopResult> asyncHandler)
Starts a human loop, provided that at least one activation condition is met.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartHumanLoopResult> |
AbstractAmazonAugmentedAIRuntimeAsync.startHumanLoopAsync(StartHumanLoopRequest request,
AsyncHandler<StartHumanLoopRequest,StartHumanLoopResult> asyncHandler) |
Future<StartHumanLoopResult> |
AmazonAugmentedAIRuntimeAsyncClient.startHumanLoopAsync(StartHumanLoopRequest request,
AsyncHandler<StartHumanLoopRequest,StartHumanLoopResult> asyncHandler) |
Future<StartHumanLoopResult> |
AmazonAugmentedAIRuntimeAsync.startHumanLoopAsync(StartHumanLoopRequest startHumanLoopRequest,
AsyncHandler<StartHumanLoopRequest,StartHumanLoopResult> asyncHandler)
Starts a human loop, provided that at least one activation condition is met.
|
| Modifier and Type | Method and Description |
|---|---|
StartHumanLoopRequest |
StartHumanLoopRequest.clone() |
StartHumanLoopRequest |
StartHumanLoopRequest.withDataAttributes(HumanLoopDataAttributes dataAttributes)
Attributes of the specified data.
|
StartHumanLoopRequest |
StartHumanLoopRequest.withFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition associated with this human loop.
|
StartHumanLoopRequest |
StartHumanLoopRequest.withHumanLoopInput(HumanLoopInput humanLoopInput)
An object that contains information about the human loop.
|
StartHumanLoopRequest |
StartHumanLoopRequest.withHumanLoopName(String humanLoopName)
The name of the human loop.
|
Copyright © 2022. All rights reserved.