SageMaker / Client / describe_pipeline_definition_for_execution
describe_pipeline_definition_for_execution#
- SageMaker.Client.describe_pipeline_definition_for_execution(**kwargs)#
Describes the details of an execution’s pipeline definition.
See also: AWS API Documentation
Request Syntax
response = client.describe_pipeline_definition_for_execution( PipelineExecutionArn='string' )
- Parameters:
PipelineExecutionArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the pipeline execution.
- Return type:
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
SageMaker.Client.exceptions.ResourceNotFound