| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStageStatusSummary |
DeploymentStageStatusSummary.clone() |
DeploymentStageStatusSummary |
DeploymentStageStatusSummary.withDeploymentConfig(EdgeDeploymentConfig deploymentConfig)
Configuration of the deployment details.
|
DeploymentStageStatusSummary |
DeploymentStageStatusSummary.withDeploymentStatus(EdgeDeploymentStatus deploymentStatus)
General status of the current state.
|
DeploymentStageStatusSummary |
DeploymentStageStatusSummary.withDeviceSelectionConfig(DeviceSelectionConfig deviceSelectionConfig)
Configuration of the devices in the stage.
|
DeploymentStageStatusSummary |
DeploymentStageStatusSummary.withStageName(String stageName)
The name of the stage.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentStageStatusSummary> |
DescribeEdgeDeploymentPlanResult.getStages()
List of stages in the edge deployment plan.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEdgeDeploymentPlanResult |
DescribeEdgeDeploymentPlanResult.withStages(DeploymentStageStatusSummary... stages)
List of stages in the edge deployment plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEdgeDeploymentPlanResult.setStages(Collection<DeploymentStageStatusSummary> stages)
List of stages in the edge deployment plan.
|
DescribeEdgeDeploymentPlanResult |
DescribeEdgeDeploymentPlanResult.withStages(Collection<DeploymentStageStatusSummary> stages)
List of stages in the edge deployment plan.
|
Copyright © 2023. All rights reserved.