aws.sagemaker.list_human_task_uis
Example SQL Queries
SELECT * FROMaws.sagemaker.list_human_task_uis;Description
Returns information about the human task user interfaces in your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| creation_time_after Input Column A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp. | TIMESTAMP_S |
| creation_time_before Input Column A filter that returns only human task user interfaces that were created before the specified timestamp. | TIMESTAMP_S |
| sort_order Input Column An optional value that specifies whether you want the results sorted in Ascending or Descending order. | 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 A timestamp when SageMaker created the human task user interface. | TIMESTAMP_S |
| human_task_ui_arn The Amazon Resource Name (ARN) of the human task user interface. | VARCHAR |
| human_task_ui_name The name of the human task user interface. | VARCHAR |