public static interface HumanLoopActivationOutput.Builder extends SdkPojo, CopyableBuilder<HumanLoopActivationOutput.Builder,HumanLoopActivationOutput>
| Modifier and Type | Method and Description |
|---|---|
HumanLoopActivationOutput.Builder |
humanLoopActivationConditionsEvaluationResults(String humanLoopActivationConditionsEvaluationResults)
Shows the result of condition evaluations, including those conditions which activated a human review.
|
HumanLoopActivationOutput.Builder |
humanLoopActivationReasons(Collection<String> humanLoopActivationReasons)
Shows if and why human review was needed.
|
HumanLoopActivationOutput.Builder |
humanLoopActivationReasons(String... humanLoopActivationReasons)
Shows if and why human review was needed.
|
HumanLoopActivationOutput.Builder |
humanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the HumanLoop created.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHumanLoopActivationOutput.Builder humanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the HumanLoop created.
humanLoopArn - The Amazon Resource Name (ARN) of the HumanLoop created.HumanLoopActivationOutput.Builder humanLoopActivationReasons(Collection<String> humanLoopActivationReasons)
Shows if and why human review was needed.
humanLoopActivationReasons - Shows if and why human review was needed.HumanLoopActivationOutput.Builder humanLoopActivationReasons(String... humanLoopActivationReasons)
Shows if and why human review was needed.
humanLoopActivationReasons - Shows if and why human review was needed.HumanLoopActivationOutput.Builder humanLoopActivationConditionsEvaluationResults(String humanLoopActivationConditionsEvaluationResults)
Shows the result of condition evaluations, including those conditions which activated a human review.
humanLoopActivationConditionsEvaluationResults - Shows the result of condition evaluations, including those conditions which activated a human review.Copyright © 2020. All rights reserved.