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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_sha_256 ⇒ String
The SHA-256 digest of the contents of the template.
-
#url ⇒ String
The URL for the user interface template.
Instance Attribute Details
#content_sha_256 ⇒ String
The SHA-256 digest of the contents of the template.
45051 45052 45053 45054 45055 45056 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45051 class UiTemplateInfo < Struct.new( :url, :content_sha_256) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL for the user interface template.
45051 45052 45053 45054 45055 45056 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45051 class UiTemplateInfo < Struct.new( :url, :content_sha_256) SENSITIVE = [] include Aws::Structure end |