You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::RenderUiTemplateResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<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.

Returns:

  • (Array<Types::RenderingError>)

    A list of one or more RenderingError objects if any were encountered while rendering the template.

#rendered_contentString

A Liquid template that renders the HTML for the worker UI.

Returns:

  • (String)

    A Liquid template that renders the HTML for the worker UI.