Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeleteEdgeDeploymentPlanResponse
-
Packages that use DeleteEdgeDeploymentPlanResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of DeleteEdgeDeploymentPlanResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return DeleteEdgeDeploymentPlanResponse Modifier and Type Method Description default DeleteEdgeDeploymentPlanResponseSageMakerClient. 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 DeleteEdgeDeploymentPlanResponseSageMakerClient. 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.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type DeleteEdgeDeploymentPlanResponse Modifier and Type Method 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.
-