Values.DataDeletionJobSourceDescribes a job that deletes all references to specific users from an Amazon Personalize dataset group in batches. For information about creating a data deletion job, see Deleting users.
type nonrec t = {jobName : Name.t option;The name of the data deletion job.
*)dataDeletionJobArn : Arn.t option;The Amazon Resource Name (ARN) of the data deletion job.
*)datasetGroupArn : Arn.t option;The Amazon Resource Name (ARN) of the dataset group the job deletes records from.
*)dataSource : DataSource.t option;roleArn : RoleArn.t option;The Amazon Resource Name (ARN) of the IAM role that has permissions to read from the Amazon S3 data source.
*)status : Status.t option;The status of the data deletion job. A data deletion job can have one of the following statuses: PENDING > IN_PROGRESS > COMPLETED -or- FAILED
*)numDeleted : Integer.t option;The number of records deleted by a COMPLETED job.
*)creationDateTime : Date.t option;The creation date and time (in Unix time) of the data deletion job.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix time) the data deletion job was last updated.
*)failureReason : FailureReason.t option;If a data deletion job fails, provides the reason why.
*)}