View source: R/personalize_operations.R
personalize_create_data_deletion_job | R Documentation |
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
)
jobName |
[required] The name for the data deletion job. |
datasetGroupArn |
[required] The Amazon Resource Name (ARN) of the dataset group that has the datasets you want to delete records from. |
dataSource |
[required] The Amazon S3 bucket that contains the list of userIds of the users to delete. |
roleArn |
[required] The Amazon Resource Name (ARN) of the IAM role that has permissions to read from the Amazon S3 data source. |
tags |
A list of tags to apply to the data deletion job. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.