aws.sagemaker_a2i_runtime.describe_human_loop
Example SQL Queries
SELECT * FROMaws.sagemaker_a2i_runtime.describe_human_loopWHERE"human_loop_name" = 'VALUE';Description
Returns information about the specified human loop. If the human loop was deleted, this operation will return a ResourceNotFoundException error.
Table Definition
| Column Name | Column Data Type |
|---|---|
| human_loop_name Required Input Column 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). | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| creation_time The creation time when Amazon Augmented AI created the human loop. | TIMESTAMP_S |
| failure_code A failure code that identifies the type of failure. Possible values: ValidationError, Expired, InternalError | VARCHAR |
| failure_reason The reason why a human loop failed. The failure reason is returned when the status of the human loop is Failed. | VARCHAR |
| flow_definition_arn The Amazon Resource Name (ARN) of the flow definition. | VARCHAR |
| human_loop_arn The Amazon Resource Name (ARN) of the human loop. | VARCHAR |
| human_loop_output An object that contains information about the output of the human loop. | STRUCT( |
Show child fields
| |
| human_loop_status The status of the human loop. | VARCHAR |