Values.BatchSegmentJobSourceContains information on a batch segment job.
type nonrec t = {jobName : Name.t option;The name of the batch segment job.
*)batchSegmentJobArn : Arn.t option;The Amazon Resource Name (ARN) of the batch segment job.
*)filterArn : Arn.t option;The ARN of the filter used on the batch segment job.
*)failureReason : FailureReason.t option;If the batch segment job failed, the reason for the failure.
*)solutionVersionArn : Arn.t option;The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
*)numResults : NumBatchResults.t option;The number of predicted users generated by the batch segment job for each line of input data. The maximum number of users per segment is 5 million.
*)jobInput : BatchSegmentJobInput.t option;The Amazon S3 path that leads to the input data used to generate the batch segment job.
*)jobOutput : BatchSegmentJobOutput.t option;The Amazon S3 bucket that contains the output data generated by the batch segment job.
*)roleArn : RoleArn.t option;The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch segment job.
*)status : Status.t option;The status of the batch segment 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 segment job was created.
*)lastUpdatedDateTime : Date.t option;The time at which the batch segment job last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of NumBatchResults.t
| `String of Name.t
| `Structure of
(string
* [> `Structure of (string * [> `String of S3Location.t ]) list ])
list
| `Timestamp of Date.t ])
list ]