| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakeredge.model |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentResult.Builder |
DeploymentResult.builder() |
DeploymentResult.Builder |
DeploymentResult.Builder.deploymentEndTime(Instant deploymentEndTime)
The timestamp of when the deployment was ended, and the agent got the deployment results.
|
DeploymentResult.Builder |
DeploymentResult.Builder.deploymentModels(Collection<DeploymentModel> deploymentModels)
Returns a list of models deployed on the agent.
|
DeploymentResult.Builder |
DeploymentResult.Builder.deploymentModels(Consumer<DeploymentModel.Builder>... deploymentModels)
Returns a list of models deployed on the agent.
|
DeploymentResult.Builder |
DeploymentResult.Builder.deploymentModels(DeploymentModel... deploymentModels)
Returns a list of models deployed on the agent.
|
DeploymentResult.Builder |
DeploymentResult.Builder.deploymentName(String deploymentName)
The name and unique ID of the deployment.
|
DeploymentResult.Builder |
DeploymentResult.Builder.deploymentStartTime(Instant deploymentStartTime)
The timestamp of when the deployment was started on the agent.
|
DeploymentResult.Builder |
DeploymentResult.Builder.deploymentStatus(String deploymentStatus)
Returns the bucket error code.
|
DeploymentResult.Builder |
DeploymentResult.Builder.deploymentStatusMessage(String deploymentStatusMessage)
Returns the detailed error message.
|
DeploymentResult.Builder |
DeploymentResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeploymentResult.Builder> |
DeploymentResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SendHeartbeatRequest.Builder |
SendHeartbeatRequest.Builder.deploymentResult(Consumer<DeploymentResult.Builder> deploymentResult)
Returns the result of a deployment on the device.
|
Copyright © 2023. All rights reserved.