Class: Aws::SageMaker::Types::UiTemplateInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UiTemplateInfo
- Defined in:
- gems/aws-sdk-sagemaker/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.
44960 44961 44962 44963 44964 44965 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44960 class UiTemplateInfo < Struct.new( :url, :content_sha_256) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL for the user interface template.
44960 44961 44962 44963 44964 44965 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44960 class UiTemplateInfo < Struct.new( :url, :content_sha_256) SENSITIVE = [] include Aws::Structure end |