| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakera2iruntime |
Amazon Augmented AI (Augmented AI) (Preview) is a service that adds human judgment to any machine learning
application.
|
| software.amazon.awssdk.services.sagemakera2iruntime.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartHumanLoopResponse> |
SageMakerA2IRuntimeAsyncClient.startHumanLoop(Consumer<StartHumanLoopRequest.Builder> startHumanLoopRequest)
Starts a human loop, provided that at least one activation condition is met.
|
default StartHumanLoopResponse |
SageMakerA2IRuntimeClient.startHumanLoop(Consumer<StartHumanLoopRequest.Builder> startHumanLoopRequest)
Starts a human loop, provided that at least one activation condition is met.
|
| Modifier and Type | Method and Description |
|---|---|
static StartHumanLoopRequest.Builder |
StartHumanLoopRequest.builder() |
default StartHumanLoopRequest.Builder |
StartHumanLoopRequest.Builder.dataAttributes(Consumer<HumanReviewDataAttributes.Builder> dataAttributes)
Attributes of the data specified by the customer.
|
StartHumanLoopRequest.Builder |
StartHumanLoopRequest.Builder.dataAttributes(HumanReviewDataAttributes dataAttributes)
Attributes of the data specified by the customer.
|
StartHumanLoopRequest.Builder |
StartHumanLoopRequest.Builder.flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
|
default StartHumanLoopRequest.Builder |
StartHumanLoopRequest.Builder.humanLoopInput(Consumer<HumanLoopInputContent.Builder> humanLoopInput)
An object containing information about the human loop.
|
StartHumanLoopRequest.Builder |
StartHumanLoopRequest.Builder.humanLoopInput(HumanLoopInputContent humanLoopInput)
An object containing information about the human loop.
|
StartHumanLoopRequest.Builder |
StartHumanLoopRequest.Builder.humanLoopName(String humanLoopName)
The name of the human loop.
|
StartHumanLoopRequest.Builder |
StartHumanLoopRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartHumanLoopRequest.Builder |
StartHumanLoopRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartHumanLoopRequest.Builder |
StartHumanLoopRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartHumanLoopRequest.Builder> |
StartHumanLoopRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.