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

interface HumanLoopConfig {
    DataAttributes?: HumanLoopDataAttributes;
    FlowDefinitionArn: undefined | string;
    HumanLoopName: undefined | string;
}

Properties

DataAttributes?: HumanLoopDataAttributes

Sets attributes of the input data.

FlowDefinitionArn: undefined | string

The Amazon Resource Name (ARN) of the flow definition.

HumanLoopName: undefined | string

The name of the human workflow used for this image. This should be kept unique within a region.