Values.BatchInferenceJobSummarySourceA truncated version of the BatchInferenceJob. The ListBatchInferenceJobs operation returns a list of batch inference job summaries.
type nonrec t = {batchInferenceJobArn : Arn.t option;The Amazon Resource Name (ARN) of the batch inference job.
*)jobName : Name.t option;The name of the batch inference job.
*)status : Status.t option;The status of the batch inference job. The status is one of the following values: PENDING IN PROGRESS ACTIVE CREATE FAILED
*)creationDateTime : Date.t option;The time at which the batch inference job was created.
*)lastUpdatedDateTime : Date.t option;The time at which the batch inference job was last updated.
*)failureReason : FailureReason.t option;If the batch inference job failed, the reason for the failure.
*)solutionVersionArn : Arn.t option;The ARN of the solution version used by the batch inference job.
*)batchInferenceJobMode : BatchInferenceJobMode.t option;The job's mode.
*)}