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.
39307 39308 39309 39310 39311 39312 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39307 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.
39307 39308 39309 39310 39311 39312 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39307 class RenderUiTemplateResponse < Struct.new( :rendered_content, :errors) SENSITIVE = [] include Aws::Structure end |