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.
34201 34202 34203 34204 34205 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34201 class ModelDigests < Struct.new( :artifact_digest) SENSITIVE = [] include Aws::Structure end |