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
RenderingErrorobjects 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.
45511 45512 45513 45514 45515 45516 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45511 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.
45511 45512 45513 45514 45515 45516 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45511 class RenderUiTemplateResponse < Struct.new( :rendered_content, :errors) SENSITIVE = [] include Aws::Structure end |