Class: Aws::AugmentedAIRuntime::Types::DescribeHumanLoopResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AugmentedAIRuntime::Types::DescribeHumanLoopResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-augmentedairuntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The creation time when Amazon Augmented AI created the human loop.
-
#failure_code ⇒ String
A failure code that identifies the type of failure.
-
#failure_reason ⇒ String
The reason why a human loop failed.
-
#flow_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the flow definition.
-
#human_loop_arn ⇒ String
The Amazon Resource Name (ARN) of the human loop.
-
#human_loop_name ⇒ String
The name of the human loop.
-
#human_loop_output ⇒ Types::HumanLoopOutput
An object that contains information about the output of the human loop.
-
#human_loop_status ⇒ String
The status of the human loop.
Instance Attribute Details
#creation_time ⇒ Time
The creation time when Amazon Augmented AI created the human loop.
96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 96 class DescribeHumanLoopResponse < Struct.new( :creation_time, :failure_reason, :failure_code, :human_loop_status, :human_loop_name, :human_loop_arn, :flow_definition_arn, :human_loop_output) SENSITIVE = [] include Aws::Structure end |
#failure_code ⇒ String
A failure code that identifies the type of failure.
Possible values: ‘ValidationError`, `Expired`, `InternalError`
96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 96 class DescribeHumanLoopResponse < Struct.new( :creation_time, :failure_reason, :failure_code, :human_loop_status, :human_loop_name, :human_loop_arn, :flow_definition_arn, :human_loop_output) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The reason why a human loop failed. The failure reason is returned when the status of the human loop is ‘Failed`.
96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 96 class DescribeHumanLoopResponse < Struct.new( :creation_time, :failure_reason, :failure_code, :human_loop_status, :human_loop_name, :human_loop_arn, :flow_definition_arn, :human_loop_output) SENSITIVE = [] include Aws::Structure end |
#flow_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the flow definition.
96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 96 class DescribeHumanLoopResponse < Struct.new( :creation_time, :failure_reason, :failure_code, :human_loop_status, :human_loop_name, :human_loop_arn, :flow_definition_arn, :human_loop_output) SENSITIVE = [] include Aws::Structure end |
#human_loop_arn ⇒ String
The Amazon Resource Name (ARN) of the human loop.
96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 96 class DescribeHumanLoopResponse < Struct.new( :creation_time, :failure_reason, :failure_code, :human_loop_status, :human_loop_name, :human_loop_arn, :flow_definition_arn, :human_loop_output) SENSITIVE = [] include Aws::Structure end |
#human_loop_name ⇒ String
The name of the human loop. The name must be lowercase, unique within the Region in your account, and can have up to 63 characters. Valid characters: a-z, 0-9, and - (hyphen).
96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 96 class DescribeHumanLoopResponse < Struct.new( :creation_time, :failure_reason, :failure_code, :human_loop_status, :human_loop_name, :human_loop_arn, :flow_definition_arn, :human_loop_output) SENSITIVE = [] include Aws::Structure end |
#human_loop_output ⇒ Types::HumanLoopOutput
An object that contains information about the output of the human loop.
96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 96 class DescribeHumanLoopResponse < Struct.new( :creation_time, :failure_reason, :failure_code, :human_loop_status, :human_loop_name, :human_loop_arn, :flow_definition_arn, :human_loop_output) SENSITIVE = [] include Aws::Structure end |
#human_loop_status ⇒ String
The status of the human loop.
96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 96 class DescribeHumanLoopResponse < Struct.new( :creation_time, :failure_reason, :failure_code, :human_loop_status, :human_loop_name, :human_loop_arn, :flow_definition_arn, :human_loop_output) SENSITIVE = [] include Aws::Structure end |