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'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the pipeline execution.
{
'PipelineDefinition': 'string',
'CreationTime': datetime(2015, 1, 1)
}
Response Structure
The JSON pipeline definition.
The time when the pipeline was created.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound