Class: Aws::SageMaker::Types::ModelDigests
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelDigests
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Provides information to verify the integrity of stored model artifacts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifact_digest ⇒ String
Provides a hash value that uniquely identifies the stored model artifacts.
Instance Attribute Details
#artifact_digest ⇒ String
Provides a hash value that uniquely identifies the stored model artifacts.
32776 32777 32778 32779 32780 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32776 class ModelDigests < Struct.new( :artifact_digest) SENSITIVE = [] include Aws::Structure end |