| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
EdgeDeploymentPlanSummary |
EdgeDeploymentPlanSummary.clone() |
EdgeDeploymentPlanSummary |
EdgeDeploymentPlanSummary.withCreationTime(Date creationTime)
The time when the edge deployment plan was created.
|
EdgeDeploymentPlanSummary |
EdgeDeploymentPlanSummary.withDeviceFleetName(String deviceFleetName)
The name of the device fleet used for the deployment.
|
EdgeDeploymentPlanSummary |
EdgeDeploymentPlanSummary.withEdgeDeploymentFailed(Integer edgeDeploymentFailed)
The number of edge devices that failed the deployment.
|
EdgeDeploymentPlanSummary |
EdgeDeploymentPlanSummary.withEdgeDeploymentPending(Integer edgeDeploymentPending)
The number of edge devices yet to pick up the deployment, or in progress.
|
EdgeDeploymentPlanSummary |
EdgeDeploymentPlanSummary.withEdgeDeploymentPlanArn(String edgeDeploymentPlanArn)
The ARN of the edge deployment plan.
|
EdgeDeploymentPlanSummary |
EdgeDeploymentPlanSummary.withEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
|
EdgeDeploymentPlanSummary |
EdgeDeploymentPlanSummary.withEdgeDeploymentSuccess(Integer edgeDeploymentSuccess)
The number of edge devices with the successful deployment.
|
EdgeDeploymentPlanSummary |
EdgeDeploymentPlanSummary.withLastModifiedTime(Date lastModifiedTime)
The time when the edge deployment plan was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<EdgeDeploymentPlanSummary> |
ListEdgeDeploymentPlansResult.getEdgeDeploymentPlanSummaries()
List of summaries of edge deployment plans.
|
| Modifier and Type | Method and Description |
|---|---|
ListEdgeDeploymentPlansResult |
ListEdgeDeploymentPlansResult.withEdgeDeploymentPlanSummaries(EdgeDeploymentPlanSummary... edgeDeploymentPlanSummaries)
List of summaries of edge deployment plans.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEdgeDeploymentPlansResult.setEdgeDeploymentPlanSummaries(Collection<EdgeDeploymentPlanSummary> edgeDeploymentPlanSummaries)
List of summaries of edge deployment plans.
|
ListEdgeDeploymentPlansResult |
ListEdgeDeploymentPlansResult.withEdgeDeploymentPlanSummaries(Collection<EdgeDeploymentPlanSummary> edgeDeploymentPlanSummaries)
List of summaries of edge deployment plans.
|
Copyright © 2025. All rights reserved.