Class: Aws::SagemakerEdgeManager::Types::Checksum

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb

Overview

Information about the checksum of a model deployed on a device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sumString

The checksum of the model.

Returns:

  • (String)


25
26
27
28
29
30
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 25

class Checksum < Struct.new(
  :type,
  :sum)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the checksum.

Returns:

  • (String)


25
26
27
28
29
30
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 25

class Checksum < Struct.new(
  :type,
  :sum)
  SENSITIVE = []
  include Aws::Structure
end