class Aws::Rekognition::Types::HumanLoopConfig

Sets up the flow definition the image will be sent to if one of the conditions is met. You can also set certain attributes of the image before review.

@note When making an API call, you may pass HumanLoopConfig

data as a hash:

    {
      human_loop_name: "HumanLoopName", # required
      flow_definition_arn: "FlowDefinitionArn", # required
      data_attributes: {
        content_classifiers: ["FreeOfPersonallyIdentifiableInformation"], # accepts FreeOfPersonallyIdentifiableInformation, FreeOfAdultContent
      },
    }

@!attribute [rw] human_loop_name

The name of the human review used for this image. This should be
kept unique within a region.
@return [String]

@!attribute [rw] flow_definition_arn

The Amazon Resource Name (ARN) of the flow definition. You can
create a flow definition by using the Amazon Sagemaker
[CreateFlowDefinition][1] Operation.

[1]: https://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateFlowDefinition.html
@return [String]

@!attribute [rw] data_attributes

Sets attributes of the input data.
@return [Types::HumanLoopDataAttributes]

Constants

SENSITIVE