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
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.
      15565 15566 15567 15568 15569 15570 15571 15572 15573  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15565 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).
      15565 15566 15567 15568 15569 15570 15571 15572 15573  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15565 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).
      15565 15566 15567 15568 15569 15570 15571 15572 15573  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15565 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.
      15565 15566 15567 15568 15569 15570 15571 15572 15573  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15565 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.
      15565 15566 15567 15568 15569 15570 15571 15572 15573  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15565 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  |