Class: Aws::SageMaker::Types::DescribeHumanTaskUiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeHumanTaskUiResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
14682 14683 14684 14685 14686 14687 14688 14689 14690 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14682 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).
14682 14683 14684 14685 14686 14687 14688 14689 14690 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14682 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).
14682 14683 14684 14685 14686 14687 14688 14689 14690 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14682 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.
14682 14683 14684 14685 14686 14687 14688 14689 14690 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14682 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.
14682 14683 14684 14685 14686 14687 14688 14689 14690 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14682 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 |