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
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
-
#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.
19623 19624 19625 19626 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19623 class UiTemplate < Struct.new( :content) include Aws::Structure end |