describe_pipeline_execution
(**kwargs)¶Describes the details of a pipeline execution.
See also: AWS API Documentation
Request Syntax
response = client.describe_pipeline_execution(
PipelineExecutionArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the pipeline execution.
{
'PipelineArn': 'string',
'PipelineExecutionArn': 'string',
'PipelineExecutionDisplayName': 'string',
'PipelineExecutionStatus': 'Executing'|'Stopping'|'Stopped'|'Failed'|'Succeeded',
'PipelineExecutionDescription': 'string',
'PipelineExperimentConfig': {
'ExperimentName': 'string',
'TrialName': 'string'
},
'FailureReason': 'string',
'CreationTime': datetime(2015, 1, 1),
'LastModifiedTime': datetime(2015, 1, 1),
'CreatedBy': {
'UserProfileArn': 'string',
'UserProfileName': 'string',
'DomainId': 'string'
},
'LastModifiedBy': {
'UserProfileArn': 'string',
'UserProfileName': 'string',
'DomainId': 'string'
},
'ParallelismConfiguration': {
'MaxParallelExecutionSteps': 123
}
}
Response Structure
The Amazon Resource Name (ARN) of the pipeline.
The Amazon Resource Name (ARN) of the pipeline execution.
The display name of the pipeline execution.
The status of the pipeline execution.
The description of the pipeline execution.
Specifies the names of the experiment and trial created by a pipeline.
The name of the experiment.
The name of the trial.
If the execution failed, a message describing why.
The time when the pipeline execution was created.
The time when the pipeline execution was modified last.
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
The Amazon Resource Name (ARN) of the user's profile.
The name of the user's profile.
The domain associated with the user.
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
The Amazon Resource Name (ARN) of the user's profile.
The name of the user's profile.
The domain associated with the user.
The parallelism configuration applied to the pipeline.
The max number of steps that can be executed in parallel.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound