| Package | Description |
|---|---|
| com.amazonaws.services.sagemakeredgemanager.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentModel |
DeploymentModel.clone() |
DeploymentModel |
DeploymentModel.withDesiredState(ModelState desiredState)
The desired state of the model.
|
DeploymentModel |
DeploymentModel.withDesiredState(String desiredState)
The desired state of the model.
|
DeploymentModel |
DeploymentModel.withModelHandle(String modelHandle)
The unique handle of the model.
|
DeploymentModel |
DeploymentModel.withModelName(String modelName)
The name of the model.
|
DeploymentModel |
DeploymentModel.withModelVersion(String modelVersion)
The version of the model.
|
DeploymentModel |
DeploymentModel.withRollbackFailureReason(String rollbackFailureReason)
Returns the error message if there is a rollback.
|
DeploymentModel |
DeploymentModel.withState(ModelState state)
Returns the current state of the model.
|
DeploymentModel |
DeploymentModel.withState(String state)
Returns the current state of the model.
|
DeploymentModel |
DeploymentModel.withStatus(DeploymentStatus status)
Returns the deployment status of the model.
|
DeploymentModel |
DeploymentModel.withStatus(String status)
Returns the deployment status of the model.
|
DeploymentModel |
DeploymentModel.withStatusReason(String statusReason)
Returns the error message for the deployment status result.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentModel> |
DeploymentResult.getDeploymentModels()
Returns a list of models deployed on the agent.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentResult |
DeploymentResult.withDeploymentModels(DeploymentModel... deploymentModels)
Returns a list of models deployed on the agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentResult.setDeploymentModels(Collection<DeploymentModel> deploymentModels)
Returns a list of models deployed on the agent.
|
DeploymentResult |
DeploymentResult.withDeploymentModels(Collection<DeploymentModel> deploymentModels)
Returns a list of models deployed on the agent.
|
Copyright © 2024. All rights reserved.