Class: Aws::SageMaker::Types::RenderUiTemplateResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::RenderUiTemplateResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #errors  ⇒ Array<Types::RenderingError> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of one or more ‘RenderingError` objects if any were encountered while rendering the template.
 - 
  
    
      #rendered_content  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A Liquid template that renders the HTML for the worker UI.
 
Instance Attribute Details
#errors ⇒ Array<Types::RenderingError>
A list of one or more ‘RenderingError` objects if any were encountered while rendering the template. If there were no errors, the list is empty.
      41023 41024 41025 41026 41027 41028  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 41023 class RenderUiTemplateResponse < Struct.new( :rendered_content, :errors) SENSITIVE = [] include Aws::Structure end  | 
  
#rendered_content ⇒ String
A Liquid template that renders the HTML for the worker UI.
      41023 41024 41025 41026 41027 41028  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 41023 class RenderUiTemplateResponse < Struct.new( :rendered_content, :errors) SENSITIVE = [] include Aws::Structure end  |