Class: Aws::AugmentedAIRuntime::Types::StartHumanLoopRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_attributesTypes::HumanLoopDataAttributes

Attributes of the specified data. Use DataAttributes to specify if your data is free of personally identifiable information and/or free of adult content.



328
329
330
331
332
333
334
335
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 328

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

#flow_definition_arnString

The Amazon Resource Name (ARN) of the flow definition associated with this human loop.

Returns:

  • (String)


328
329
330
331
332
333
334
335
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 328

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

#human_loop_inputTypes::HumanLoopInput

An object that contains information about the human loop.



328
329
330
331
332
333
334
335
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 328

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

#human_loop_nameString

The name of the human loop.

Returns:

  • (String)


328
329
330
331
332
333
334
335
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 328

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