Class: Aws::SageMaker::Types::HumanTaskUiSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::HumanTaskUiSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Container for human task user interface information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
A timestamp when SageMaker created the human task user interface.
-
#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.
Instance Attribute Details
#creation_time ⇒ Time
A timestamp when SageMaker created the human task user interface.
22627 22628 22629 22630 22631 22632 22633 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 22627 class HumanTaskUiSummary < Struct.new( :human_task_ui_name, :human_task_ui_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |
#human_task_ui_arn ⇒ String
The Amazon Resource Name (ARN) of the human task user interface.
22627 22628 22629 22630 22631 22632 22633 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 22627 class HumanTaskUiSummary < Struct.new( :human_task_ui_name, :human_task_ui_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |
#human_task_ui_name ⇒ String
The name of the human task user interface.
22627 22628 22629 22630 22631 22632 22633 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 22627 class HumanTaskUiSummary < Struct.new( :human_task_ui_name, :human_task_ui_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |