Values_2.PipelineExecutionSummarySourceA pipeline execution summary.
type nonrec t = {pipelineExecutionArn : Values_0.PipelineExecutionArn.t option;The Amazon Resource Name (ARN) of the pipeline execution.
*)startTime : Values_0.Timestamp.t option;The start time of the pipeline execution.
*)pipelineExecutionStatus : Values_1.PipelineExecutionStatus.t option;The status of the pipeline execution.
*)pipelineExecutionDescription : Values_1.PipelineExecutionDescription.t option;The description of the pipeline execution.
*)pipelineExecutionDisplayName : Values_1.PipelineExecutionName.t option;The display name of the pipeline execution.
*)pipelineExecutionFailureReason : String3072.t option;A message generated by SageMaker Pipelines describing why the pipeline execution failed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.PipelineExecutionArn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]