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

***********************
update_pipeline_version
***********************



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

  

  Updates a pipeline version.

  

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


  **Request Syntax**
  ::

    response = client.update_pipeline_version(
        PipelineArn='string',
        PipelineVersionId=123,
        PipelineVersionDisplayName='string',
        PipelineVersionDescription='string'
    )
    
  :type PipelineArn: string
  :param PipelineArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the pipeline.

    

  
  :type PipelineVersionId: integer
  :param PipelineVersionId: **[REQUIRED]** 

    The pipeline version ID to update.

    

  
  :type PipelineVersionDisplayName: string
  :param PipelineVersionDisplayName: 

    The display name of the pipeline version.

    

  
  :type PipelineVersionDescription: string
  :param PipelineVersionDescription: 

    The description of the pipeline version.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'PipelineArn': 'string',
          'PipelineVersionId': 123
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **PipelineArn** *(string) --* 

        The Amazon Resource Name (ARN) of the pipeline.

        
      

      - **PipelineVersionId** *(integer) --* 

        The ID of the pipeline version.

        
  
  **Exceptions**
  
  *   :py:class:`SageMaker.Client.exceptions.ConflictException`

  
  *   :py:class:`SageMaker.Client.exceptions.ResourceNotFound`

  