Class: Aws::SageMaker::Types::HumanTaskUiSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::HumanTaskUiSummary
- Defined in:
- gems/aws-sdk-sagemaker/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.
22743 22744 22745 22746 22747 22748 22749 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22743 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.
22743 22744 22745 22746 22747 22748 22749 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22743 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.
22743 22744 22745 22746 22747 22748 22749 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22743 class HumanTaskUiSummary < Struct.new( :human_task_ui_name, :human_task_ui_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |