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

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

Instance Attribute Details

#artifact_digestString

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

Returns:

  • (String)


31169
31170
31171
31172
31173
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31169

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