Class: Aws::SageMaker::Types::UiTemplateInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UiTemplateInfo
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Container for user interface template information.
Instance Attribute Summary collapse
-
#content_sha_256 ⇒ String
The SHA 256 hash that you used to create the request signature.
-
#url ⇒ String
The URL for the user interface template.
Instance Attribute Details
#content_sha_256 ⇒ String
The SHA 256 hash that you used to create the request signature.
19640 19641 19642 19643 19644 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19640 class UiTemplateInfo < Struct.new( :url, :content_sha_256) include Aws::Structure end |
#url ⇒ String
The URL for the user interface template.
19640 19641 19642 19643 19644 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19640 class UiTemplateInfo < Struct.new( :url, :content_sha_256) include Aws::Structure end |