Class: Aws::AugmentedAIRuntime::Types::HumanLoopSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AugmentedAIRuntime::Types::HumanLoopSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-augmentedairuntime/types.rb
Overview
Summary information about the human loop.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
When Amazon Augmented AI created the human loop.
-
#failure_reason ⇒ String
The reason why the human loop failed.
-
#flow_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
-
#human_loop_name ⇒ String
The name of the human loop.
-
#human_loop_status ⇒ String
The status of the human loop.
Instance Attribute Details
#creation_time ⇒ Time
When Amazon Augmented AI created the human loop.
184 185 186 187 188 189 190 191 192 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 184 class HumanLoopSummary < Struct.new( :human_loop_name, :human_loop_status, :creation_time, :failure_reason, :flow_definition_arn) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The reason why the human loop failed. A failure reason is returned when the status of the human loop is ‘Failed`.
184 185 186 187 188 189 190 191 192 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 184 class HumanLoopSummary < Struct.new( :human_loop_name, :human_loop_status, :creation_time, :failure_reason, :flow_definition_arn) SENSITIVE = [] include Aws::Structure end |
#flow_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
184 185 186 187 188 189 190 191 192 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 184 class HumanLoopSummary < Struct.new( :human_loop_name, :human_loop_status, :creation_time, :failure_reason, :flow_definition_arn) SENSITIVE = [] include Aws::Structure end |
#human_loop_name ⇒ String
The name of the human loop.
184 185 186 187 188 189 190 191 192 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 184 class HumanLoopSummary < Struct.new( :human_loop_name, :human_loop_status, :creation_time, :failure_reason, :flow_definition_arn) SENSITIVE = [] include Aws::Structure end |
#human_loop_status ⇒ String
The status of the human loop.
184 185 186 187 188 189 190 191 192 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 184 class HumanLoopSummary < Struct.new( :human_loop_name, :human_loop_status, :creation_time, :failure_reason, :flow_definition_arn) SENSITIVE = [] include Aws::Structure end |