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',
'IamIdentity': {
'Arn': 'string',
'PrincipalId': 'string',
'SourceIdentity': 'string'
}
},
'LastModifiedBy': {
'UserProfileArn': 'string',
'UserProfileName': 'string',
'DomainId': 'string',
'IamIdentity': {
'Arn': 'string',
'PrincipalId': 'string',
'SourceIdentity': '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.
The IAM Identity details associated with the user. These details are associated with model package groups, model packages, and project entities only.
The Amazon Resource Name (ARN) of the IAM identity.
The ID of the principal that assumes the IAM identity.
The person or application which assumes the IAM identity.
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 IAM Identity details associated with the user. These details are associated with model package groups, model packages, and project entities only.
The Amazon Resource Name (ARN) of the IAM identity.
The ID of the principal that assumes the IAM identity.
The person or application which assumes the IAM identity.
Lists the parallelism configuration applied to the pipeline.
The max number of steps that can be executed in parallel.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound