:doc:`SageMaker <../../sagemaker>` / Client / start_edge_deployment_stage

***************************
start_edge_deployment_stage
***************************



.. py:method:: SageMaker.Client.start_edge_deployment_stage(**kwargs)

  

  Starts a stage in an edge deployment plan.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartEdgeDeploymentStage>`_  


  **Request Syntax**
  ::

    response = client.start_edge_deployment_stage(
        EdgeDeploymentPlanName='string',
        StageName='string'
    )
    
  :type EdgeDeploymentPlanName: string
  :param EdgeDeploymentPlanName: **[REQUIRED]** 

    The name of the edge deployment plan to start.

    

  
  :type StageName: string
  :param StageName: **[REQUIRED]** 

    The name of the stage to start.

    

  
  
  :returns: None