Uses of Interface
software.amazon.awssdk.services.rekognition.model.HumanLoopActivationOutput.Builder
-
Packages that use HumanLoopActivationOutput.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of HumanLoopActivationOutput.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return HumanLoopActivationOutput.Builder Modifier and Type Method Description static HumanLoopActivationOutput.BuilderHumanLoopActivationOutput. builder()HumanLoopActivationOutput.BuilderHumanLoopActivationOutput.Builder. humanLoopActivationConditionsEvaluationResults(String humanLoopActivationConditionsEvaluationResults)Shows the result of condition evaluations, including those conditions which activated a human review.HumanLoopActivationOutput.BuilderHumanLoopActivationOutput.Builder. humanLoopActivationReasons(String... humanLoopActivationReasons)Shows if and why human review was needed.HumanLoopActivationOutput.BuilderHumanLoopActivationOutput.Builder. humanLoopActivationReasons(Collection<String> humanLoopActivationReasons)Shows if and why human review was needed.HumanLoopActivationOutput.BuilderHumanLoopActivationOutput.Builder. humanLoopArn(String humanLoopArn)The Amazon Resource Name (ARN) of the HumanLoop created.HumanLoopActivationOutput.BuilderHumanLoopActivationOutput. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type HumanLoopActivationOutput.Builder Modifier and Type Method Description static Class<? extends HumanLoopActivationOutput.Builder>HumanLoopActivationOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type HumanLoopActivationOutput.Builder Modifier and Type Method Description default DetectModerationLabelsResponse.BuilderDetectModerationLabelsResponse.Builder. humanLoopActivationOutput(Consumer<HumanLoopActivationOutput.Builder> humanLoopActivationOutput)Shows the results of the human in the loop evaluation.
-