Module: Aws::AugmentedAIRuntime::Client::_DescribeHumanLoopResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeHumanLoopResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #failure_code ⇒ ::String
- #failure_reason ⇒ ::String
- #flow_definition_arn ⇒ ::String
- #human_loop_arn ⇒ ::String
- #human_loop_name ⇒ ::String
- #human_loop_output ⇒ Types::HumanLoopOutput
- #human_loop_status ⇒ "InProgress", ...
Instance Method Details
#creation_time ⇒ ::Time
92 |
# File 'sig/client.rbs', line 92
def creation_time: () -> ::Time
|
#failure_code ⇒ ::String
94 |
# File 'sig/client.rbs', line 94
def failure_code: () -> ::String
|
#failure_reason ⇒ ::String
93 |
# File 'sig/client.rbs', line 93
def failure_reason: () -> ::String
|
#flow_definition_arn ⇒ ::String
98 |
# File 'sig/client.rbs', line 98
def flow_definition_arn: () -> ::String
|
#human_loop_arn ⇒ ::String
97 |
# File 'sig/client.rbs', line 97
def human_loop_arn: () -> ::String
|
#human_loop_name ⇒ ::String
96 |
# File 'sig/client.rbs', line 96
def human_loop_name: () -> ::String
|
#human_loop_output ⇒ Types::HumanLoopOutput
99 |
# File 'sig/client.rbs', line 99
def human_loop_output: () -> Types::HumanLoopOutput
|
#human_loop_status ⇒ "InProgress", ...
95 |
# File 'sig/client.rbs', line 95
def human_loop_status: () -> ("InProgress" | "Failed" | "Completed" | "Stopped" | "Stopping")
|