| 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.ProductionVariantStatus
Description
Synopsis
- data ProductionVariantStatus = ProductionVariantStatus' {}
 - newProductionVariantStatus :: VariantStatus -> ProductionVariantStatus
 - productionVariantStatus_startTime :: Lens' ProductionVariantStatus (Maybe UTCTime)
 - productionVariantStatus_statusMessage :: Lens' ProductionVariantStatus (Maybe Text)
 - productionVariantStatus_status :: Lens' ProductionVariantStatus VariantStatus
 
Documentation
data ProductionVariantStatus Source #
Describes the status of the production variant.
See: newProductionVariantStatus smart constructor.
Constructors
| ProductionVariantStatus' | |
Fields 
  | |
Instances
newProductionVariantStatus Source #
Create a value of ProductionVariantStatus 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:startTime:ProductionVariantStatus', productionVariantStatus_startTime - The start time of the current status change.
$sel:statusMessage:ProductionVariantStatus', productionVariantStatus_statusMessage - A message that describes the status of the production variant.
$sel:status:ProductionVariantStatus', productionVariantStatus_status - The endpoint variant status which describes the current deployment stage
 status or operational status.
Creating: Creating inference resources for the production variant.Deleting: Terminating inference resources for the production variant.Updating: Updating capacity for the production variant.ActivatingTraffic: Turning on traffic for the production variant.Baking: Waiting period to monitor the CloudWatch alarms in the automatic rollback configuration.
productionVariantStatus_startTime :: Lens' ProductionVariantStatus (Maybe UTCTime) Source #
The start time of the current status change.
productionVariantStatus_statusMessage :: Lens' ProductionVariantStatus (Maybe Text) Source #
A message that describes the status of the production variant.
productionVariantStatus_status :: Lens' ProductionVariantStatus VariantStatus Source #
The endpoint variant status which describes the current deployment stage status or operational status.
Creating: Creating inference resources for the production variant.Deleting: Terminating inference resources for the production variant.Updating: Updating capacity for the production variant.ActivatingTraffic: Turning on traffic for the production variant.Baking: Waiting period to monitor the CloudWatch alarms in the automatic rollback configuration.