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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#content_sha_256String

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

Returns:

  • (String)


42833
42834
42835
42836
42837
42838
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42833

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

#urlString

The URL for the user interface template.

Returns:

  • (String)


42833
42834
42835
42836
42837
42838
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42833

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