SageMaker / Client / delete_edge_deployment_stage
delete_edge_deployment_stage#
- SageMaker.Client.delete_edge_deployment_stage(**kwargs)#
Delete a stage in an edge deployment plan if (and only if) the stage is inactive.
See also: AWS API Documentation
Request Syntax
response = client.delete_edge_deployment_stage( EdgeDeploymentPlanName='string', StageName='string' )
- Parameters:
EdgeDeploymentPlanName (string) –
[REQUIRED]
The name of the edge deployment plan from which the stage will be deleted.
StageName (string) –
[REQUIRED]
The name of the stage.
- Returns:
None
Exceptions
SageMaker.Client.exceptions.ResourceInUse