| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStage |
DeploymentStage.clone() |
DeploymentStage |
DeploymentStage.withDeploymentConfig(EdgeDeploymentConfig deploymentConfig)
Configuration of the deployment details.
|
DeploymentStage |
DeploymentStage.withDeviceSelectionConfig(DeviceSelectionConfig deviceSelectionConfig)
Configuration of the devices in the stage.
|
DeploymentStage |
DeploymentStage.withStageName(String stageName)
The name of the stage.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentStage> |
CreateEdgeDeploymentStageRequest.getStages()
List of stages to be added to the edge deployment plan.
|
List<DeploymentStage> |
CreateEdgeDeploymentPlanRequest.getStages()
List of stages of the edge deployment plan.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEdgeDeploymentStageRequest |
CreateEdgeDeploymentStageRequest.withStages(DeploymentStage... stages)
List of stages to be added to the edge deployment plan.
|
CreateEdgeDeploymentPlanRequest |
CreateEdgeDeploymentPlanRequest.withStages(DeploymentStage... stages)
List of stages of the edge deployment plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEdgeDeploymentStageRequest.setStages(Collection<DeploymentStage> stages)
List of stages to be added to the edge deployment plan.
|
void |
CreateEdgeDeploymentPlanRequest.setStages(Collection<DeploymentStage> stages)
List of stages of the edge deployment plan.
|
CreateEdgeDeploymentStageRequest |
CreateEdgeDeploymentStageRequest.withStages(Collection<DeploymentStage> stages)
List of stages to be added to the edge deployment plan.
|
CreateEdgeDeploymentPlanRequest |
CreateEdgeDeploymentPlanRequest.withStages(Collection<DeploymentStage> stages)
List of stages of the edge deployment plan.
|
Copyright © 2025. All rights reserved.