| Package | Description |
|---|---|
| com.amazonaws.services.sagemakeredgemanager.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentResult |
DeploymentResult.clone() |
DeploymentResult |
SendHeartbeatRequest.getDeploymentResult()
Returns the result of a deployment on the device.
|
DeploymentResult |
DeploymentResult.withDeploymentEndTime(Date deploymentEndTime)
The timestamp of when the deployment was ended, and the agent got the deployment results.
|
DeploymentResult |
DeploymentResult.withDeploymentModels(Collection<DeploymentModel> deploymentModels)
Returns a list of models deployed on the agent.
|
DeploymentResult |
DeploymentResult.withDeploymentModels(DeploymentModel... deploymentModels)
Returns a list of models deployed on the agent.
|
DeploymentResult |
DeploymentResult.withDeploymentName(String deploymentName)
The name and unique ID of the deployment.
|
DeploymentResult |
DeploymentResult.withDeploymentStartTime(Date deploymentStartTime)
The timestamp of when the deployment was started on the agent.
|
DeploymentResult |
DeploymentResult.withDeploymentStatus(String deploymentStatus)
Returns the bucket error code.
|
DeploymentResult |
DeploymentResult.withDeploymentStatusMessage(String deploymentStatusMessage)
Returns the detailed error message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendHeartbeatRequest.setDeploymentResult(DeploymentResult deploymentResult)
Returns the result of a deployment on the device.
|
SendHeartbeatRequest |
SendHeartbeatRequest.withDeploymentResult(DeploymentResult deploymentResult)
Returns the result of a deployment on the device.
|
Copyright © 2023. All rights reserved.