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
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.
-
#human_task_ui_name ⇒ String
The name of the human task user interface.
-
#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.
6937 6938 6939 6940 6941 6942 6943 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6937 class DescribeHumanTaskUiResponse < Struct.new( :human_task_ui_arn, :human_task_ui_name, :creation_time, :ui_template) include Aws::Structure end |
#human_task_ui_arn ⇒ String
The Amazon Resource Name (ARN) of the human task user interface.
6937 6938 6939 6940 6941 6942 6943 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6937 class DescribeHumanTaskUiResponse < Struct.new( :human_task_ui_arn, :human_task_ui_name, :creation_time, :ui_template) include Aws::Structure end |
#human_task_ui_name ⇒ String
The name of the human task user interface.
6937 6938 6939 6940 6941 6942 6943 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6937 class DescribeHumanTaskUiResponse < Struct.new( :human_task_ui_arn, :human_task_ui_name, :creation_time, :ui_template) include Aws::Structure end |
#ui_template ⇒ Types::UiTemplateInfo
Container for user interface template information.
6937 6938 6939 6940 6941 6942 6943 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6937 class DescribeHumanTaskUiResponse < Struct.new( :human_task_ui_arn, :human_task_ui_name, :creation_time, :ui_template) include Aws::Structure end |