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

******************************************
describe_pipeline_definition_for_execution
******************************************



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

  

  Describes the details of an execution's pipeline definition.

  

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


  **Request Syntax**
  ::

    response = client.describe_pipeline_definition_for_execution(
        PipelineExecutionArn='string'
    )
    
  :type PipelineExecutionArn: string
  :param PipelineExecutionArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the pipeline execution.

    

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

    
    ::

      {
          'PipelineDefinition': 'string',
          'CreationTime': datetime(2015, 1, 1)
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **PipelineDefinition** *(string) --* 

        The JSON pipeline definition.

        
      

      - **CreationTime** *(datetime) --* 

        The time when the pipeline was created.

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

  