Class: Aws::SageMaker::Types::UiTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UiTemplate
- 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
-
#content ⇒ String
The content of the Liquid template for the worker user interface.
Instance Attribute Details
#content ⇒ String
The content of the Liquid template for the worker user interface.
45033 45034 45035 45036 45037 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45033 class UiTemplate < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |