Class: Aws::SageMaker::Types::DescribeHumanTaskUiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeHumanTaskUiResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The timestamp when the human task user interface was created.
-
#human_task_ui_arn ⇒ String
The Amazon Resource Name (ARN) of the human task user interface (worker task template).
-
#human_task_ui_name ⇒ String
The name of the human task user interface (worker task template).
-
#human_task_ui_status ⇒ String
The status of the human task user interface (worker task template).
-
#ui_template ⇒ Types::UiTemplateInfo
Container for user interface template information.
Instance Attribute Details
#creation_time ⇒ Time
The timestamp when the human task user interface was created.
14608 14609 14610 14611 14612 14613 14614 14615 14616 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14608 class DescribeHumanTaskUiResponse < Struct.new( :human_task_ui_arn, :human_task_ui_name, :human_task_ui_status, :creation_time, :ui_template) SENSITIVE = [] include Aws::Structure end |
#human_task_ui_arn ⇒ String
The Amazon Resource Name (ARN) of the human task user interface (worker task template).
14608 14609 14610 14611 14612 14613 14614 14615 14616 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14608 class DescribeHumanTaskUiResponse < Struct.new( :human_task_ui_arn, :human_task_ui_name, :human_task_ui_status, :creation_time, :ui_template) SENSITIVE = [] include Aws::Structure end |
#human_task_ui_name ⇒ String
The name of the human task user interface (worker task template).
14608 14609 14610 14611 14612 14613 14614 14615 14616 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14608 class DescribeHumanTaskUiResponse < Struct.new( :human_task_ui_arn, :human_task_ui_name, :human_task_ui_status, :creation_time, :ui_template) SENSITIVE = [] include Aws::Structure end |
#human_task_ui_status ⇒ String
The status of the human task user interface (worker task template). Valid values are listed below.
14608 14609 14610 14611 14612 14613 14614 14615 14616 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14608 class DescribeHumanTaskUiResponse < Struct.new( :human_task_ui_arn, :human_task_ui_name, :human_task_ui_status, :creation_time, :ui_template) SENSITIVE = [] include Aws::Structure end |
#ui_template ⇒ Types::UiTemplateInfo
Container for user interface template information.
14608 14609 14610 14611 14612 14613 14614 14615 14616 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14608 class DescribeHumanTaskUiResponse < Struct.new( :human_task_ui_arn, :human_task_ui_name, :human_task_ui_status, :creation_time, :ui_template) SENSITIVE = [] include Aws::Structure end |