PipelineExecutionSummary
A pipeline execution summary.
Contents
- PipelineExecutionArn
- 
               The Amazon Resource Name (ARN) of the pipeline execution. Type: String Length Constraints: Minimum length of 0. Maximum length of 2048. Pattern: arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:pipeline\/.*\/execution\/.*Required: No 
- PipelineExecutionDescription
- 
               The description of the pipeline execution. Type: String Length Constraints: Minimum length of 0. Maximum length of 3072. Pattern: .*Required: No 
- PipelineExecutionDisplayName
- 
               The display name of the pipeline execution. Type: String Length Constraints: Minimum length of 1. Maximum length of 82. Pattern: [a-zA-Z0-9](-*[a-zA-Z0-9]){0,81}Required: No 
- PipelineExecutionFailureReason
- 
               A message generated by SageMaker Pipelines describing why the pipeline execution failed. Type: String Length Constraints: Minimum length of 0. Maximum length of 3072. Required: No 
- PipelineExecutionStatus
- 
               The status of the pipeline execution. Type: String Valid Values: Executing | Stopping | Stopped | Failed | SucceededRequired: No 
- StartTime
- 
               The start time of the pipeline execution. Type: Timestamp Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: