| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakera2iruntime |
|
| 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<HumanLoopDataAttributes.Builder> dataAttributes)
Attributes of the specified data.
|
StartHumanLoopRequest.Builder |
StartHumanLoopRequest.Builder.dataAttributes(HumanLoopDataAttributes dataAttributes)
Attributes of the specified data.
|
StartHumanLoopRequest.Builder |
StartHumanLoopRequest.Builder.flowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition associated with this human loop.
|
default StartHumanLoopRequest.Builder |
StartHumanLoopRequest.Builder.humanLoopInput(Consumer<HumanLoopInput.Builder> humanLoopInput)
An object that contains information about the human loop.
|
StartHumanLoopRequest.Builder |
StartHumanLoopRequest.Builder.humanLoopInput(HumanLoopInput humanLoopInput)
An object that contains 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 © 2021. All rights reserved.