Class: Aws::SageMaker::Types::ModelDigests
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelDigests
- Defined in:
- gems/aws-sdk-sagemaker/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.
34263 34264 34265 34266 34267 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34263 class ModelDigests < Struct.new( :artifact_digest) SENSITIVE = [] include Aws::Structure end |