| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteEdgeDeploymentPlanRequest.Builder |
DeleteEdgeDeploymentPlanRequest.builder() |
DeleteEdgeDeploymentPlanRequest.Builder |
DeleteEdgeDeploymentPlanRequest.Builder.edgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan to delete.
|
DeleteEdgeDeploymentPlanRequest.Builder |
DeleteEdgeDeploymentPlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteEdgeDeploymentPlanRequest.Builder |
DeleteEdgeDeploymentPlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteEdgeDeploymentPlanRequest.Builder |
DeleteEdgeDeploymentPlanRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteEdgeDeploymentPlanRequest.Builder> |
DeleteEdgeDeploymentPlanRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.