Values_1.DescribePipelineExecutionResponseSourceDescribes the details of a pipeline execution.
type nonrec t = {pipelineArn : PipelineArn.t option;The Amazon Resource Name (ARN) of the pipeline.
*)pipelineExecutionArn : Values_0.PipelineExecutionArn.t option;The Amazon Resource Name (ARN) of the pipeline execution.
*)pipelineExecutionDisplayName : PipelineExecutionName.t option;The display name of the pipeline execution.
*)pipelineExecutionStatus : PipelineExecutionStatus.t option;The status of the pipeline execution.
*)pipelineExecutionDescription : PipelineExecutionDescription.t option;The description of the pipeline execution.
*)pipelineExperimentConfig : PipelineExperimentConfig.t option;failureReason : PipelineExecutionFailureReason.t option;If the execution failed, a message describing why.
*)creationTime : Values_0.Timestamp.t option;The time when the pipeline execution was created.
*)lastModifiedTime : Values_0.Timestamp.t option;The time when the pipeline execution was modified last.
*)createdBy : Values_0.UserContext.t option;lastModifiedBy : Values_0.UserContext.t option;parallelismConfiguration : ParallelismConfiguration.t option;The parallelism configuration applied to the pipeline.
*)selectiveExecutionConfig : SelectiveExecutionConfig.t option;The selective execution configuration applied to the pipeline run.
*)pipelineVersionId : PipelineVersionId.t option;The ID of the pipeline version.
*)mLflowConfig : MLflowConfiguration.t option;The MLflow configuration of the pipeline execution.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?pipelineArn:??? ->
?pipelineExecutionArn:??? ->
?pipelineExecutionDisplayName:??? ->
?pipelineExecutionStatus:??? ->
?pipelineExecutionDescription:??? ->
?pipelineExperimentConfig:??? ->
?failureReason:??? ->
?creationTime:??? ->
?lastModifiedTime:??? ->
?createdBy:??? ->
?lastModifiedBy:??? ->
?parallelismConfiguration:??? ->
?selectiveExecutionConfig:??? ->
?pipelineVersionId:??? ->
?mLflowConfig:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of PipelineVersionId.t
| `String of PipelineArn.t
| `Structure of
(string
* [> `Integer of MaxParallelExecutionSteps.t
| `List of
[> `Structure of
(string * [> `String of Values_0.String256.t ]) list ]
list
| `String of Values_0.ExperimentEntityName.t
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]