Creates a batch job that deletes all references to specific users from an Amazon Personalize dataset group in batches. You specify the users to delete in a CSV file of userIds in an Amazon S3 bucket. After a job completes, Amazon Personalize no longer trains on the users’ data and no longer considers the users when generating user segments. For more information about creating a data deletion job, see Deleting users.
See https://www.paws-r-sdk.com/docs/personalize_create_data_deletion_job/ for full documentation.
personalize_create_data_deletion_job(
jobName,
datasetGroupArn,
dataSource,
roleArn,
tags = NULL
)
[required] The name for the data deletion job.
[required] The Amazon Resource Name (ARN) of the dataset group that has the datasets you want to delete records from.
[required] The Amazon S3 bucket that contains the list of userIds of the users to delete.
[required] The Amazon Resource Name (ARN) of the IAM role that has permissions to read from the Amazon S3 data source.
A list of tags to apply to the data deletion job.