Class: Aws::SageMaker::Types::ModelDigests

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#artifact_digestString

Provides a hash value that uniquely identifies the stored model artifacts.

Returns:

  • (String)


31175
31176
31177
31178
31179
# File 'lib/aws-sdk-sagemaker/types.rb', line 31175

class ModelDigests < Struct.new(
  :artifact_digest)
  SENSITIVE = []
  include Aws::Structure
end