Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data ModelDigests Source #
Provides information to verify the integrity of stored model artifacts.
See: newModelDigests
smart constructor.
ModelDigests' | |
|
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.