Values_2.PipelineExecutionStepSourceAn execution of a step in a pipeline.
type nonrec t = {stepName : StepName.t option;The name of the step that is executed.
*)stepDisplayName : StepDisplayName.t option;The display name of the step.
*)stepDescription : StepDescription.t option;The description of the step.
*)startTime : Values_0.Timestamp.t option;The time that the step started executing.
*)endTime : Values_0.Timestamp.t option;The time that the step stopped executing.
*)stepStatus : StepStatus.t option;The status of the step execution.
*)cacheHitResult : Values_0.CacheHitResult.t option;If this pipeline execution step was cached, details on the cache hit.
*)failureReason : Values_0.FailureReason.t option;The reason why the step failed execution. This is only returned if the step failed its execution.
*)metadata : PipelineExecutionStepMetadata.t option;Metadata to run the pipeline step.
*)attemptCount : Values_0.Integer.t option;The current attempt of the execution step. For more information, see Retry Policy for SageMaker Pipelines steps.
*)selectiveExecutionResult : SelectiveExecutionResult.t option;The ARN from an execution of the current pipeline from which results are reused for this step.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `String of StepName.t
| `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ]
list
| `Map of
([> `String of Values_0.String2048.t ]
* [> `String of Values_0.String2048.t ])
list
| `String of Values_1.TrainingJobArn.t ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]