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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_sha_256String

The SHA-256 digest of the contents of the template.

Returns:

  • (String)


42826
42827
42828
42829
42830
42831
# File 'lib/aws-sdk-sagemaker/types.rb', line 42826

class UiTemplateInfo < Struct.new(
  :url,
  :content_sha_256)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The URL for the user interface template.

Returns:

  • (String)


42826
42827
42828
42829
42830
42831
# File 'lib/aws-sdk-sagemaker/types.rb', line 42826

class UiTemplateInfo < Struct.new(
  :url,
  :content_sha_256)
  SENSITIVE = []
  include Aws::Structure
end