You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::HumanLoopConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing HumanLoopConfig as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#data_attributesTypes::HumanLoopDataAttributes

Sets attributes of the input data.

Returns:

#flow_definition_arnString

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

Returns:

  • (String)

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

#human_loop_nameString

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

Returns:

  • (String)

    The name of the human review used for this image.