SageMaker / Client / stop_edge_deployment_stage
stop_edge_deployment_stage#
- SageMaker.Client.stop_edge_deployment_stage(**kwargs)#
Stops a stage in an edge deployment plan.
See also: AWS API Documentation
Request Syntax
response = client.stop_edge_deployment_stage( EdgeDeploymentPlanName='string', StageName='string' )
- Parameters:
EdgeDeploymentPlanName (string) –
[REQUIRED]
The name of the edge deployment plan to stop.
StageName (string) –
[REQUIRED]
The name of the stage to stop.
- Returns:
None