| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
EdgeDeploymentStatus |
EdgeDeploymentStatus.clone() |
EdgeDeploymentStatus |
DeploymentStageStatusSummary.getDeploymentStatus()
General status of the current state.
|
EdgeDeploymentStatus |
EdgeDeploymentStatus.withEdgeDeploymentFailedInStage(Integer edgeDeploymentFailedInStage)
The number of edge devices that failed the deployment in current stage.
|
EdgeDeploymentStatus |
EdgeDeploymentStatus.withEdgeDeploymentPendingInStage(Integer edgeDeploymentPendingInStage)
The number of edge devices yet to pick up the deployment in current stage, or in progress.
|
EdgeDeploymentStatus |
EdgeDeploymentStatus.withEdgeDeploymentStageStartTime(Date edgeDeploymentStageStartTime)
The time when the deployment API started.
|
EdgeDeploymentStatus |
EdgeDeploymentStatus.withEdgeDeploymentStatusMessage(String edgeDeploymentStatusMessage)
A detailed message about deployment status in current stage.
|
EdgeDeploymentStatus |
EdgeDeploymentStatus.withEdgeDeploymentSuccessInStage(Integer edgeDeploymentSuccessInStage)
The number of edge devices with the successful deployment in the current stage.
|
EdgeDeploymentStatus |
EdgeDeploymentStatus.withStageStatus(StageStatus stageStatus)
The general status of the current stage.
|
EdgeDeploymentStatus |
EdgeDeploymentStatus.withStageStatus(String stageStatus)
The general status of the current stage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentStageStatusSummary.setDeploymentStatus(EdgeDeploymentStatus deploymentStatus)
General status of the current state.
|
DeploymentStageStatusSummary |
DeploymentStageStatusSummary.withDeploymentStatus(EdgeDeploymentStatus deploymentStatus)
General status of the current state.
|
Copyright © 2025. All rights reserved.