Module Values_1.DescribePipelineExecutionResponseSource

Describes the details of a pipeline execution.

Sourcetype nonrec t = {
  1. pipelineArn : PipelineArn.t option;
    (*

    The Amazon Resource Name (ARN) of the pipeline.

    *)
  2. pipelineExecutionArn : Values_0.PipelineExecutionArn.t option;
    (*

    The Amazon Resource Name (ARN) of the pipeline execution.

    *)
  3. pipelineExecutionDisplayName : PipelineExecutionName.t option;
    (*

    The display name of the pipeline execution.

    *)
  4. pipelineExecutionStatus : PipelineExecutionStatus.t option;
    (*

    The status of the pipeline execution.

    *)
  5. pipelineExecutionDescription : PipelineExecutionDescription.t option;
    (*

    The description of the pipeline execution.

    *)
  6. pipelineExperimentConfig : PipelineExperimentConfig.t option;
  7. failureReason : PipelineExecutionFailureReason.t option;
    (*

    If the execution failed, a message describing why.

    *)
  8. creationTime : Values_0.Timestamp.t option;
    (*

    The time when the pipeline execution was created.

    *)
  9. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The time when the pipeline execution was modified last.

    *)
  10. createdBy : Values_0.UserContext.t option;
  11. lastModifiedBy : Values_0.UserContext.t option;
  12. parallelismConfiguration : ParallelismConfiguration.t option;
    (*

    The parallelism configuration applied to the pipeline.

    *)
  13. selectiveExecutionConfig : SelectiveExecutionConfig.t option;
    (*

    The selective execution configuration applied to the pipeline run.

    *)
  14. pipelineVersionId : PipelineVersionId.t option;
    (*

    The ID of the pipeline version.

    *)
  15. mLflowConfig : MLflowConfiguration.t option;
    (*

    The MLflow configuration of the pipeline execution.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?pipelineArn:??? -> ?pipelineExecutionArn:??? -> ?pipelineExecutionDisplayName:??? -> ?pipelineExecutionStatus:??? -> ?pipelineExecutionDescription:??? -> ?pipelineExperimentConfig:??? -> ?failureReason:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> ?createdBy:??? -> ?lastModifiedBy:??? -> ?parallelismConfiguration:??? -> ?selectiveExecutionConfig:??? -> ?pipelineVersionId:??? -> ?mLflowConfig:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t