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.
16336 16337 16338 16339 16340 16341 16342 16343 16344 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16336 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).
16336 16337 16338 16339 16340 16341 16342 16343 16344 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16336 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).
16336 16337 16338 16339 16340 16341 16342 16343 16344 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16336 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.
16336 16337 16338 16339 16340 16341 16342 16343 16344 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16336 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.
16336 16337 16338 16339 16340 16341 16342 16343 16344 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16336 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 |