| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
HumanLoopConfig |
HumanLoopConfig.clone() |
HumanLoopConfig |
DetectModerationLabelsRequest.getHumanLoopConfig()
Sets up the configuration for human evaluation, including the FlowDefinition the image will be sent to.
|
HumanLoopConfig |
HumanLoopConfig.withDataAttributes(HumanLoopDataAttributes dataAttributes)
Sets attributes of the input data.
|
HumanLoopConfig |
HumanLoopConfig.withFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
|
HumanLoopConfig |
HumanLoopConfig.withHumanLoopName(String humanLoopName)
The name of the human review used for this image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectModerationLabelsRequest.setHumanLoopConfig(HumanLoopConfig humanLoopConfig)
Sets up the configuration for human evaluation, including the FlowDefinition the image will be sent to.
|
DetectModerationLabelsRequest |
DetectModerationLabelsRequest.withHumanLoopConfig(HumanLoopConfig humanLoopConfig)
Sets up the configuration for human evaluation, including the FlowDefinition the image will be sent to.
|
Copyright © 2022. All rights reserved.