| 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.ModelPackageStatusItem
Description
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.
Constructors
| ModelPackageStatusItem' | |
Fields 
  | |
Instances
newModelPackageStatusItem Source #
Arguments
| :: Text | |
| -> DetailedModelPackageStatus | |
| -> ModelPackageStatusItem | 
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.