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 ModelPackageStatusItem = ModelPackageStatusItem' {}
- newModelPackageStatusItem :: Text -> DetailedModelPackageStatus -> ModelPackageStatusItem
- modelPackageStatusItem_failureReason :: Lens' ModelPackageStatusItem (Maybe Text)
- modelPackageStatusItem_name :: Lens' ModelPackageStatusItem Text
- modelPackageStatusItem_status :: Lens' ModelPackageStatusItem DetailedModelPackageStatus
Documentation
data ModelPackageStatusItem Source #
Represents the overall status of a model package.
See: newModelPackageStatusItem
smart constructor.
ModelPackageStatusItem' | |
|
Instances
newModelPackageStatusItem Source #
Create a value of ModelPackageStatusItem
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:failureReason:ModelPackageStatusItem'
, modelPackageStatusItem_failureReason
- if the overall status is Failed
, the reason for the failure.
$sel:name:ModelPackageStatusItem'
, modelPackageStatusItem_name
- The name of the model package for which the overall status is being
reported.
$sel:status:ModelPackageStatusItem'
, modelPackageStatusItem_status
- The current status.
modelPackageStatusItem_failureReason :: Lens' ModelPackageStatusItem (Maybe Text) Source #
if the overall status is Failed
, the reason for the failure.
modelPackageStatusItem_name :: Lens' ModelPackageStatusItem Text Source #
The name of the model package for which the overall status is being reported.
modelPackageStatusItem_status :: Lens' ModelPackageStatusItem DetailedModelPackageStatus Source #
The current status.