Class: Aws::AugmentedAIRuntime::Types::StartHumanLoopRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AugmentedAIRuntime::Types::StartHumanLoopRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-augmentedairuntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_attributes ⇒ Types::HumanLoopDataAttributes
Attributes of the specified data.
-
#flow_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the flow definition associated with this human loop.
-
#human_loop_input ⇒ Types::HumanLoopInput
An object that contains information about the human loop.
-
#human_loop_name ⇒ String
The name of the human loop.
Instance Attribute Details
#data_attributes ⇒ Types::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 '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_arn ⇒ String
The Amazon Resource Name (ARN) of the flow definition associated with this human loop.
328 329 330 331 332 333 334 335 |
# File '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_input ⇒ Types::HumanLoopInput
An object that contains information about the human loop.
328 329 330 331 332 333 334 335 |
# File '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_name ⇒ String
The name of the human loop.
328 329 330 331 332 333 334 335 |
# File '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 |