Values.BatchGetJobItemSourceThe details of a job returned in a batch get operation.
type nonrec t = {farmId : FarmId.t option;The farm ID of the job.
*)queueId : QueueId.t option;The queue ID of the job.
*)jobId : JobId.t option;The job ID.
*)name : JobName.t option;The name of the job.
*)lifecycleStatus : JobLifecycleStatus.t option;The life cycle status of the job.
*)lifecycleStatusMessage : String_.t option;A message that communicates the status of the life cycle.
*)priority : JobPriority.t option;The job priority.
*)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.
*)taskRunStatus : TaskRunStatus.t option;The task run status for the job.
*)targetTaskRunStatus : JobTargetTaskRunStatus.t option;The task status to start with on the job.
*)taskRunStatusCounts : TaskRunStatusCounts.t option;The number of tasks for each run status for the job.
*)taskFailureRetryCount : TaskFailureRetryCount.t option;The number of times that tasks failed and were retried.
*)storageProfileId : StorageProfileId.t option;The storage profile ID associated with the job.
*)maxFailedTasksCount : MaxFailedTasksCount.t option;The number of task failures before the job stops running and is marked as FAILED.
*)maxRetriesPerTask : MaxRetriesPerTask.t option;The maximum number of retries per failed tasks.
*)parameters : JobParameters.t option;The parameters for the job.
*)attachments : Attachments.t option;The attachments for the job.
*)description : JobDescription.t option;The description of the job.
*)maxWorkerCount : MaxWorkerCount.t option;The maximum number of worker hosts that can concurrently process a job.
*)sourceJobId : JobId.t option;The job ID for the source job.
*)}val make :
?farmId:??? ->
?queueId:??? ->
?jobId:??? ->
?name:??? ->
?lifecycleStatus:??? ->
?lifecycleStatusMessage:??? ->
?priority:??? ->
?createdAt:??? ->
?createdBy:??? ->
?updatedAt:??? ->
?updatedBy:??? ->
?startedAt:??? ->
?endedAt:??? ->
?taskRunStatus:??? ->
?targetTaskRunStatus:??? ->
?taskRunStatusCounts:??? ->
?taskFailureRetryCount:??? ->
?storageProfileId:??? ->
?maxFailedTasksCount:??? ->
?maxRetriesPerTask:??? ->
?parameters:??? ->
?attachments:??? ->
?description:??? ->
?maxWorkerCount:??? ->
?sourceJobId:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of JobPriority.t
| `Map of
([> `Enum of string | `String of JobParametersKeyString.t ]
* [> `Integer of Integer.t
| `Structure of (string * [> `String of IntString.t ]) list ])
list
| `String of FarmId.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of
OutputRelativeDirectoriesListMemberString.t ]
list
| `String of FileSystemLocationName.t ])
list ]
list ])
list
| `Timestamp of CreatedAt.t ])
list ]