Class: Aws::SageMaker::Types::UiTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UiTemplate
- Defined in:
- gems/aws-sdk-sagemaker/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.
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.
39022 39023 39024 39025 39026 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39022 class UiTemplate < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |