Class: Aws::SageMaker::Types::UiTemplate

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

Overview

The Liquid template for the worker user interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The content of the Liquid template for the worker user interface.

Returns:

  • (String)


42785
42786
42787
42788
42789
# File 'lib/aws-sdk-sagemaker/types.rb', line 42785

class UiTemplate < Struct.new(
  :content)
  SENSITIVE = []
  include Aws::Structure
end