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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

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:



16616
16617
16618
16619
16620
# File 'lib/aws-sdk-sagemaker/types.rb', line 16616

class RenderUiTemplateResponse < Struct.new(
  :rendered_content,
  :errors)
  include Aws::Structure
end

#rendered_contentString

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

Returns:

  • (String)


16616
16617
16618
16619
16620
# File 'lib/aws-sdk-sagemaker/types.rb', line 16616

class RenderUiTemplateResponse < Struct.new(
  :rendered_content,
  :errors)
  include Aws::Structure
end