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.
22704 22705 22706 22707 22708 22709 22710 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 22704 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.
22704 22705 22706 22707 22708 22709 22710 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 22704 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.
22704 22705 22706 22707 22708 22709 22710 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 22704 class HumanTaskUiSummary < Struct.new( :human_task_ui_name, :human_task_ui_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |