| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceDeploymentSummary |
DeviceDeploymentSummary.clone() |
DeviceDeploymentSummary |
DeviceDeploymentSummary.withDeployedStageName(String deployedStageName)
The name of the deployed stage.
|
DeviceDeploymentSummary |
DeviceDeploymentSummary.withDeploymentStartTime(Date deploymentStartTime)
The time when the deployment on the device started.
|
DeviceDeploymentSummary |
DeviceDeploymentSummary.withDescription(String description)
The description of the device.
|
DeviceDeploymentSummary |
DeviceDeploymentSummary.withDeviceArn(String deviceArn)
The ARN of the device.
|
DeviceDeploymentSummary |
DeviceDeploymentSummary.withDeviceDeploymentStatus(DeviceDeploymentStatus deviceDeploymentStatus)
The deployment status of the device.
|
DeviceDeploymentSummary |
DeviceDeploymentSummary.withDeviceDeploymentStatus(String deviceDeploymentStatus)
The deployment status of the device.
|
DeviceDeploymentSummary |
DeviceDeploymentSummary.withDeviceDeploymentStatusMessage(String deviceDeploymentStatusMessage)
The detailed error message for the deployoment status result.
|
DeviceDeploymentSummary |
DeviceDeploymentSummary.withDeviceFleetName(String deviceFleetName)
The name of the fleet to which the device belongs to.
|
DeviceDeploymentSummary |
DeviceDeploymentSummary.withDeviceName(String deviceName)
The name of the device.
|
DeviceDeploymentSummary |
DeviceDeploymentSummary.withEdgeDeploymentPlanArn(String edgeDeploymentPlanArn)
The ARN of the edge deployment plan.
|
DeviceDeploymentSummary |
DeviceDeploymentSummary.withEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
|
DeviceDeploymentSummary |
DeviceDeploymentSummary.withStageName(String stageName)
The name of the stage in the edge deployment plan.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceDeploymentSummary> |
ListStageDevicesResult.getDeviceDeploymentSummaries()
List of summaries of devices allocated to the stage.
|
| Modifier and Type | Method and Description |
|---|---|
ListStageDevicesResult |
ListStageDevicesResult.withDeviceDeploymentSummaries(DeviceDeploymentSummary... deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStageDevicesResult.setDeviceDeploymentSummaries(Collection<DeviceDeploymentSummary> deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
|
ListStageDevicesResult |
ListStageDevicesResult.withDeviceDeploymentSummaries(Collection<DeviceDeploymentSummary> deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
|
Copyright © 2025. All rights reserved.