Class: Aws::SageMaker::Types::CreateHumanTaskUiRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreateHumanTaskUiRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #human_task_ui_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the user interface you are creating.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.
 - 
  
    
      #ui_template  ⇒ Types::UiTemplate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Liquid template for the worker user interface.
 
Instance Attribute Details
#human_task_ui_name ⇒ String
The name of the user interface you are creating.
      7529 7530 7531 7532 7533 7534 7535  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7529 class CreateHumanTaskUiRequest < Struct.new( :human_task_ui_name, :ui_template, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. Each tag consists of a key and a value, both of which you define.
      7529 7530 7531 7532 7533 7534 7535  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7529 class CreateHumanTaskUiRequest < Struct.new( :human_task_ui_name, :ui_template, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#ui_template ⇒ Types::UiTemplate
The Liquid template for the worker user interface.
      7529 7530 7531 7532 7533 7534 7535  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 7529 class CreateHumanTaskUiRequest < Struct.new( :human_task_ui_name, :ui_template, :tags) SENSITIVE = [] include Aws::Structure end  |