Module Values_2.PipelineExecutionSummarySource

A pipeline execution summary.

Sourcetype nonrec t = {
  1. pipelineExecutionArn : Values_0.PipelineExecutionArn.t option;
    (*

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

    *)
  2. startTime : Values_0.Timestamp.t option;
    (*

    The start time of the pipeline execution.

    *)
  3. pipelineExecutionStatus : Values_1.PipelineExecutionStatus.t option;
    (*

    The status of the pipeline execution.

    *)
  4. pipelineExecutionDescription : Values_1.PipelineExecutionDescription.t option;
    (*

    The description of the pipeline execution.

    *)
  5. pipelineExecutionDisplayName : Values_1.PipelineExecutionName.t option;
    (*

    The display name of the pipeline execution.

    *)
  6. pipelineExecutionFailureReason : String3072.t option;
    (*

    A message generated by SageMaker Pipelines describing why the pipeline execution failed.

    *)
}
Sourceval make : ?pipelineExecutionArn:??? -> ?startTime:??? -> ?pipelineExecutionStatus:??? -> ?pipelineExecutionDescription:??? -> ?pipelineExecutionDisplayName:??? -> ?pipelineExecutionFailureReason:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.PipelineExecutionArn.t | `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