Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeleteEdgeDeploymentPlanRequest
-
Packages that use DeleteEdgeDeploymentPlanRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of DeleteEdgeDeploymentPlanRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type DeleteEdgeDeploymentPlanRequest Modifier and Type Method Description 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.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. -
Uses of DeleteEdgeDeploymentPlanRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type DeleteEdgeDeploymentPlanRequest Modifier and Type Method Description SdkHttpFullRequest
DeleteEdgeDeploymentPlanRequestMarshaller. marshall(DeleteEdgeDeploymentPlanRequest deleteEdgeDeploymentPlanRequest)
-