Values.BatchGetStepItemSourceThe details of a step returned in a batch get operation.
type nonrec t = {farmId : FarmId.t option;The farm ID of the step.
*)queueId : QueueId.t option;The queue ID of the step.
*)jobId : JobId.t option;The job ID of the step.
*)stepId : StepId.t option;The step ID.
*)name : StepName.t option;The name of the step.
*)lifecycleStatus : StepLifecycleStatus.t option;The life cycle status of the step.
*)lifecycleStatusMessage : String_.t option;A message that communicates the status of the life cycle.
*)taskRunStatus : TaskRunStatus.t option;The task run status for the step.
*)taskRunStatusCounts : TaskRunStatusCounts.t option;The number of tasks for each run status for the step.
*)taskFailureRetryCount : TaskFailureRetryCount.t option;The number of times that tasks failed and were retried.
*)targetTaskRunStatus : StepTargetTaskRunStatus.t option;The task status to start with on the step.
*)createdAt : CreatedAt.t option;The date and time the resource was created.
*)createdBy : CreatedBy.t option;The user or system that created this resource.
*)updatedAt : UpdatedAt.t option;The date and time the resource was updated.
*)updatedBy : UpdatedBy.t option;The user or system that updated 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.
*)dependencyCounts : DependencyCounts.t option;The number of dependencies for the step.
*)requiredCapabilities : StepRequiredCapabilities.t option;The required capabilities for the step.
*)parameterSpace : ParameterSpace.t option;The parameter space for the step.
*)description : StepDescription.t option;The description of the step.
*)}val make :
?farmId:??? ->
?queueId:??? ->
?jobId:??? ->
?stepId:??? ->
?name:??? ->
?lifecycleStatus:??? ->
?lifecycleStatusMessage:??? ->
?taskRunStatus:??? ->
?taskRunStatusCounts:??? ->
?taskFailureRetryCount:??? ->
?targetTaskRunStatus:??? ->
?createdAt:??? ->
?createdBy:??? ->
?updatedAt:??? ->
?updatedBy:??? ->
?startedAt:??? ->
?endedAt:??? ->
?dependencyCounts:??? ->
?requiredCapabilities:??? ->
?parameterSpace:??? ->
?description:??? ->
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 FarmId.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `List of
[> `String of AttributeCapabilityValue.t ] list
| `String of AttributeCapabilityName.t
| `Structure of
(string
* [> `Enum of string
| `Integer of DefaultTaskCount.t ])
list ])
list ]
list
| `String of CombinationExpression.t ])
list
| `Timestamp of CreatedAt.t ])
list ]