SageMaker / Client / delete_edge_deployment_plan
delete_edge_deployment_plan¶
- SageMaker.Client.delete_edge_deployment_plan(**kwargs)¶
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.
See also: AWS API Documentation
Request Syntax
response = client.delete_edge_deployment_plan( EdgeDeploymentPlanName='string' )
- Parameters:
EdgeDeploymentPlanName (string) –
[REQUIRED]
The name of the edge deployment plan to delete.
- Returns:
None
Exceptions