| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static HumanLoopActivationOutput.Builder |
HumanLoopActivationOutput.builder() |
HumanLoopActivationOutput.Builder |
HumanLoopActivationOutput.Builder.humanLoopActivationConditionsEvaluationResults(String humanLoopActivationConditionsEvaluationResults)
Shows the result of condition evaluations, including those conditions which activated a human review.
|
HumanLoopActivationOutput.Builder |
HumanLoopActivationOutput.Builder.humanLoopActivationReasons(Collection<String> humanLoopActivationReasons)
Shows if and why human review was needed.
|
HumanLoopActivationOutput.Builder |
HumanLoopActivationOutput.Builder.humanLoopActivationReasons(String... humanLoopActivationReasons)
Shows if and why human review was needed.
|
HumanLoopActivationOutput.Builder |
HumanLoopActivationOutput.Builder.humanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the HumanLoop created.
|
HumanLoopActivationOutput.Builder |
HumanLoopActivationOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HumanLoopActivationOutput.Builder> |
HumanLoopActivationOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DetectModerationLabelsResponse.Builder |
DetectModerationLabelsResponse.Builder.humanLoopActivationOutput(Consumer<HumanLoopActivationOutput.Builder> humanLoopActivationOutput)
Shows the results of the human in the loop evaluation.
|
Copyright © 2020. All rights reserved.