| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.ModelDigests
Description
Synopsis
Documentation
data ModelDigests Source #
Provides information to verify the integrity of stored model artifacts.
See: newModelDigests smart constructor.
Constructors
| ModelDigests' | |
Fields 
  | |
Instances
newModelDigests :: ModelDigests Source #
Create a value of ModelDigests with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:artifactDigest:ModelDigests', modelDigests_artifactDigest - Provides a hash value that uniquely identifies the stored model
 artifacts.
modelDigests_artifactDigest :: Lens' ModelDigests (Maybe Text) Source #
Provides a hash value that uniquely identifies the stored model artifacts.