Class: Aws::SageMaker::Types::UiTemplateInfo

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Container for user interface template information.

Instance Attribute Summary collapse

Instance Attribute Details

#content_sha_256String

The SHA 256 hash that you used to create the request signature.

Returns:

  • (String)


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

#urlString

The URL for the user interface template.

Returns:

  • (String)


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