Values.IdentityResolutionJobSourceInformation about the Identity Resolution Job.
type nonrec t = {domainName : Name.t option;The unique name of the domain.
*)jobId : Uuid.t option;The unique identifier of the Identity Resolution Job.
*)status : IdentityResolutionJobStatus.t option;The status of the Identity Resolution Job. PENDING: The Identity Resolution Job is scheduled but has not started yet. If you turn off the Identity Resolution feature in your domain, jobs in the PENDING state are deleted. PREPROCESSING: The Identity Resolution Job is loading your data. FIND_MATCHING: The Identity Resolution Job is using the machine learning model to identify profiles that belong to the same matching group. MERGING: The Identity Resolution Job is merging duplicate profiles. COMPLETED: The Identity Resolution Job completed successfully. PARTIAL_SUCCESS: There's a system error and not all of the data is merged. The Identity Resolution Job writes a message indicating the source of the problem. FAILED: The Identity Resolution Job did not merge any data. It writes a message indicating the source of the problem.
*)jobStartTime : Timestamp.t option;The timestamp of when the job was started or will be started.
*)jobEndTime : Timestamp.t option;The timestamp of when the job was completed.
*)jobStats : JobStats.t option;Statistics about an Identity Resolution Job.
*)exportingLocation : ExportingLocation.t option;The S3 location where the Identity Resolution Job writes result files.
*)message : StringTo2048.t option;The error messages that are generated when the Identity Resolution Job runs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Name.t
| `Structure of
(string
* [> `Long of Long.t
| `Structure of (string * [> `String of S3BucketName.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]