Class: Aws::SagemakerEdgeManager::Types::Checksum
- Inherits:
-
Struct
- Object
- Struct
- Aws::SagemakerEdgeManager::Types::Checksum
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#sum ⇒ String
The checksum of the model.
-
#type ⇒ String
The type of the checksum.
Instance Attribute Details
#sum ⇒ String
The checksum of the model.
25 26 27 28 29 30 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 25 class Checksum < Struct.new( :type, :sum) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the checksum.
25 26 27 28 29 30 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 25 class Checksum < Struct.new( :type, :sum) SENSITIVE = [] include Aws::Structure end |