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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_attributesTypes::HumanLoopDataAttributes

Sets attributes of the input data.



4296
4297
4298
4299
4300
4301
4302
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4296

class HumanLoopConfig < Struct.new(
  :human_loop_name,
  :flow_definition_arn,
  :data_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#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)


4296
4297
4298
4299
4300
4301
4302
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4296

class HumanLoopConfig < Struct.new(
  :human_loop_name,
  :flow_definition_arn,
  :data_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#human_loop_nameString

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

Returns:

  • (String)


4296
4297
4298
4299
4300
4301
4302
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4296

class HumanLoopConfig < Struct.new(
  :human_loop_name,
  :flow_definition_arn,
  :data_attributes)
  SENSITIVE = []
  include Aws::Structure
end