Uses of Interface
software.amazon.awssdk.services.rekognition.model.HumanLoopConfig.Builder
-
Packages that use HumanLoopConfig.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of HumanLoopConfig.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return HumanLoopConfig.Builder Modifier and Type Method Description static HumanLoopConfig.BuilderHumanLoopConfig. builder()default HumanLoopConfig.BuilderHumanLoopConfig.Builder. dataAttributes(Consumer<HumanLoopDataAttributes.Builder> dataAttributes)Sets attributes of the input data.HumanLoopConfig.BuilderHumanLoopConfig.Builder. dataAttributes(HumanLoopDataAttributes dataAttributes)Sets attributes of the input data.HumanLoopConfig.BuilderHumanLoopConfig.Builder. flowDefinitionArn(String flowDefinitionArn)The Amazon Resource Name (ARN) of the flow definition.HumanLoopConfig.BuilderHumanLoopConfig.Builder. humanLoopName(String humanLoopName)The name of the human review used for this image.HumanLoopConfig.BuilderHumanLoopConfig. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type HumanLoopConfig.Builder Modifier and Type Method Description static Class<? extends HumanLoopConfig.Builder>HumanLoopConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type HumanLoopConfig.Builder Modifier and Type Method Description default DetectModerationLabelsRequest.BuilderDetectModerationLabelsRequest.Builder. humanLoopConfig(Consumer<HumanLoopConfig.Builder> humanLoopConfig)Sets up the configuration for human evaluation, including the FlowDefinition the image will be sent to.
-