| 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.EdgeDeploymentStatus
Description
Synopsis
- data EdgeDeploymentStatus = EdgeDeploymentStatus' {}
- newEdgeDeploymentStatus :: StageStatus -> Int -> Int -> Int -> EdgeDeploymentStatus
- edgeDeploymentStatus_edgeDeploymentStageStartTime :: Lens' EdgeDeploymentStatus (Maybe UTCTime)
- edgeDeploymentStatus_edgeDeploymentStatusMessage :: Lens' EdgeDeploymentStatus (Maybe Text)
- edgeDeploymentStatus_stageStatus :: Lens' EdgeDeploymentStatus StageStatus
- edgeDeploymentStatus_edgeDeploymentSuccessInStage :: Lens' EdgeDeploymentStatus Int
- edgeDeploymentStatus_edgeDeploymentPendingInStage :: Lens' EdgeDeploymentStatus Int
- edgeDeploymentStatus_edgeDeploymentFailedInStage :: Lens' EdgeDeploymentStatus Int
Documentation
data EdgeDeploymentStatus Source #
Contains information summarizing the deployment stage results.
See: newEdgeDeploymentStatus smart constructor.
Constructors
| EdgeDeploymentStatus' | |
Fields
| |
Instances
newEdgeDeploymentStatus Source #
Arguments
| :: StageStatus | |
| -> Int | |
| -> Int | |
| -> Int | |
| -> EdgeDeploymentStatus |
Create a value of EdgeDeploymentStatus 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:edgeDeploymentStageStartTime:EdgeDeploymentStatus', edgeDeploymentStatus_edgeDeploymentStageStartTime - The time when the deployment API started.
$sel:edgeDeploymentStatusMessage:EdgeDeploymentStatus', edgeDeploymentStatus_edgeDeploymentStatusMessage - A detailed message about deployment status in current stage.
$sel:stageStatus:EdgeDeploymentStatus', edgeDeploymentStatus_stageStatus - The general status of the current stage.
$sel:edgeDeploymentSuccessInStage:EdgeDeploymentStatus', edgeDeploymentStatus_edgeDeploymentSuccessInStage - The number of edge devices with the successful deployment in the current
stage.
$sel:edgeDeploymentPendingInStage:EdgeDeploymentStatus', edgeDeploymentStatus_edgeDeploymentPendingInStage - The number of edge devices yet to pick up the deployment in current
stage, or in progress.
$sel:edgeDeploymentFailedInStage:EdgeDeploymentStatus', edgeDeploymentStatus_edgeDeploymentFailedInStage - The number of edge devices that failed the deployment in current stage.
edgeDeploymentStatus_edgeDeploymentStageStartTime :: Lens' EdgeDeploymentStatus (Maybe UTCTime) Source #
The time when the deployment API started.
edgeDeploymentStatus_edgeDeploymentStatusMessage :: Lens' EdgeDeploymentStatus (Maybe Text) Source #
A detailed message about deployment status in current stage.
edgeDeploymentStatus_stageStatus :: Lens' EdgeDeploymentStatus StageStatus Source #
The general status of the current stage.
edgeDeploymentStatus_edgeDeploymentSuccessInStage :: Lens' EdgeDeploymentStatus Int Source #
The number of edge devices with the successful deployment in the current stage.
edgeDeploymentStatus_edgeDeploymentPendingInStage :: Lens' EdgeDeploymentStatus Int Source #
The number of edge devices yet to pick up the deployment in current stage, or in progress.
edgeDeploymentStatus_edgeDeploymentFailedInStage :: Lens' EdgeDeploymentStatus Int Source #
The number of edge devices that failed the deployment in current stage.