describe_pipeline
(**kwargs)¶Describes the details of a pipeline.
See also: AWS API Documentation
Request Syntax
response = client.describe_pipeline(
PipelineName='string'
)
[REQUIRED]
The name of the pipeline to describe.
{
'PipelineArn': 'string',
'PipelineName': 'string',
'PipelineDisplayName': 'string',
'PipelineDefinition': 'string',
'PipelineDescription': 'string',
'RoleArn': 'string',
'PipelineStatus': 'Active',
'CreationTime': datetime(2015, 1, 1),
'LastModifiedTime': datetime(2015, 1, 1),
'LastRunTime': 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 name of the pipeline.
The display name of the pipeline.
The JSON pipeline definition.
The description of the pipeline.
The Amazon Resource Name (ARN) that the pipeline uses to execute.
The status of the pipeline execution.
The time when the pipeline was created.
The time when the pipeline was last modified.
The time when the pipeline was last run.
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.
Lists the parallelism configuration applied to the pipeline.
The max number of steps that can be executed in parallel.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound