Values.StepSearchSummarySourceThe details of a step search.
type nonrec t = {stepId : StepId.t option;The step ID.
*)jobId : JobId.t option;The job ID.
*)queueId : QueueId.t option;The queue ID.
*)name : StepName.t option;The step name.
*)lifecycleStatus : StepLifecycleStatus.t option;The life cycle status.
*)lifecycleStatusMessage : String_.t option;The life cycle status message.
*)taskRunStatus : TaskRunStatus.t option;The task run status for the job. PENDING–pending and waiting for resources. READY–ready to be processed. ASSIGNED–assigned and will run next on a worker. SCHEDULED–scheduled to be run on a worker. INTERRUPTING–being interrupted. RUNNING–running on a worker. SUSPENDED–the task is suspended. CANCELED–the task has been canceled. FAILED–the task has failed. SUCCEEDED–the task has succeeded.
*)targetTaskRunStatus : StepTargetTaskRunStatus.t option;The task status to update the job's tasks to.
*)taskRunStatusCounts : TaskRunStatusCounts.t option;The number of tasks running on the job.
*)taskFailureRetryCount : TaskFailureRetryCount.t option;The total number of times tasks from the step failed and were retried.
*)createdAt : CreatedAt.t option;The date and time the resource was created.
*)createdBy : CreatedBy.t option;The user or system that created this resource.
*)startedAt : StartedAt.t option;The date and time the resource started running.
*)endedAt : EndedAt.t option;The date and time the resource ended running.
*)updatedAt : UpdatedAt.t option;The date and time the resource was updated.
*)updatedBy : UpdatedBy.t option;The user or system that updated this resource.
*)parameterSpace : ParameterSpace.t option;The parameters and combination expressions for the search.
*)}val make :
?stepId:??? ->
?jobId:??? ->
?queueId:??? ->
?name:??? ->
?lifecycleStatus:??? ->
?lifecycleStatusMessage:??? ->
?taskRunStatus:??? ->
?targetTaskRunStatus:??? ->
?taskRunStatusCounts:??? ->
?taskFailureRetryCount:??? ->
?createdAt:??? ->
?createdBy:??? ->
?startedAt:??? ->
?endedAt:??? ->
?updatedAt:??? ->
?updatedBy:??? ->
?parameterSpace:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of TaskFailureRetryCount.t
| `Map of ([> `Enum of string ] * [> `Integer of Integer.t ]) list
| `String of StepId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of StepParameterName.t
| `Structure of
(string
* [> `Enum of string
| `Integer of DefaultTaskCount.t ])
list ])
list ]
list
| `String of CombinationExpression.t ])
list
| `Timestamp of CreatedAt.t ])
list ]