| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakera2iruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static HumanLoopActivationResults.Builder |
HumanLoopActivationResults.builder() |
HumanLoopActivationResults.Builder |
HumanLoopActivationResults.Builder.humanLoopActivationConditionsEvaluationResults(String humanLoopActivationConditionsEvaluationResults)
A copy of the human loop activation conditions of the flow definition, augmented with the results of
evaluating those conditions on the input provided to the
StartHumanLoop operation. |
default HumanLoopActivationResults.Builder |
HumanLoopActivationResults.Builder.humanLoopActivationReason(Consumer<HumanLoopActivationReason.Builder> humanLoopActivationReason)
An object containing information about why a human loop was triggered.
|
HumanLoopActivationResults.Builder |
HumanLoopActivationResults.Builder.humanLoopActivationReason(HumanLoopActivationReason humanLoopActivationReason)
An object containing information about why a human loop was triggered.
|
HumanLoopActivationResults.Builder |
HumanLoopActivationResults.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HumanLoopActivationResults.Builder> |
HumanLoopActivationResults.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartHumanLoopResponse.Builder |
StartHumanLoopResponse.Builder.humanLoopActivationResults(Consumer<HumanLoopActivationResults.Builder> humanLoopActivationResults)
An object containing information about the human loop activation.
|
Copyright © 2020. All rights reserved.