| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteEdgeDeploymentPlanResponse |
SageMakerClient.deleteEdgeDeploymentPlan(Consumer<DeleteEdgeDeploymentPlanRequest.Builder> deleteEdgeDeploymentPlanRequest)
Deletes an edge deployment plan if (and only if) all the stages in the plan are inactive or there are no stages
in the plan.
|
default DeleteEdgeDeploymentPlanResponse |
SageMakerClient.deleteEdgeDeploymentPlan(DeleteEdgeDeploymentPlanRequest deleteEdgeDeploymentPlanRequest)
Deletes an edge deployment plan if (and only if) all the stages in the plan are inactive or there are no stages
in the plan.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteEdgeDeploymentPlanResponse> |
SageMakerAsyncClient.deleteEdgeDeploymentPlan(Consumer<DeleteEdgeDeploymentPlanRequest.Builder> deleteEdgeDeploymentPlanRequest)
Deletes an edge deployment plan if (and only if) all the stages in the plan are inactive or there are no stages
in the plan.
|
default CompletableFuture<DeleteEdgeDeploymentPlanResponse> |
SageMakerAsyncClient.deleteEdgeDeploymentPlan(DeleteEdgeDeploymentPlanRequest deleteEdgeDeploymentPlanRequest)
Deletes an edge deployment plan if (and only if) all the stages in the plan are inactive or there are no stages
in the plan.
|
Copyright © 2022. All rights reserved.