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
- data ModelPackageStatusDetails = ModelPackageStatusDetails' {}
- newModelPackageStatusDetails :: ModelPackageStatusDetails
- modelPackageStatusDetails_imageScanStatuses :: Lens' ModelPackageStatusDetails (Maybe [ModelPackageStatusItem])
- modelPackageStatusDetails_validationStatuses :: Lens' ModelPackageStatusDetails [ModelPackageStatusItem]
Documentation
data ModelPackageStatusDetails Source #
Specifies the validation and image scan statuses of the model package.
See: newModelPackageStatusDetails
smart constructor.
ModelPackageStatusDetails' | |
|
Instances
newModelPackageStatusDetails :: ModelPackageStatusDetails Source #
Create a value of ModelPackageStatusDetails
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:imageScanStatuses:ModelPackageStatusDetails'
, modelPackageStatusDetails_imageScanStatuses
- The status of the scan of the Docker image container for the model
package.
$sel:validationStatuses:ModelPackageStatusDetails'
, modelPackageStatusDetails_validationStatuses
- The validation status of the model package.
modelPackageStatusDetails_imageScanStatuses :: Lens' ModelPackageStatusDetails (Maybe [ModelPackageStatusItem]) Source #
The status of the scan of the Docker image container for the model package.
modelPackageStatusDetails_validationStatuses :: Lens' ModelPackageStatusDetails [ModelPackageStatusItem] Source #
The validation status of the model package.