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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


47212
47213
47214
47215
47216
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47212

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