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

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

Overview

Note:

When making an API call, you may pass UiTemplate data as a hash:

{
  content: "TemplateContent", # required
}

The Liquid template for the worker user interface.

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

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



19623
19624
19625
19626
# File 'lib/aws-sdk-sagemaker/types.rb', line 19623

class UiTemplate < Struct.new(
  :content)
  include Aws::Structure
end