aws.sagemaker.describe_human_task_ui
Example SQL Queries
SELECT * FROMaws.sagemaker.describe_human_task_uiWHERE"human_task_ui_name" = 'VALUE';Description
Returns information about the requested human task user interface (worker task template).
Table Definition
| Column Name | Column Data Type |
|---|---|
| human_task_ui_name Required Input Column The name of the human task user interface (worker task template). | 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 timestamp when the human task user interface was created. | TIMESTAMP_S |
| human_task_ui_arn The Amazon Resource Name (ARN) of the human task user interface (worker task template). | VARCHAR |
| human_task_ui_status The status of the human task user interface (worker task template). Valid values are listed below. | VARCHAR |
| ui_template Container for user interface template information. | STRUCT( |
Show child fields
| |