personalize_create_data_deletion_job: Creates a batch job that deletes all references to specific...

View source: R/personalize_operations.R

personalize_create_data_deletion_jobR Documentation

Creates a batch job that deletes all references to specific users from an Amazon Personalize dataset group in batches

Description

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.

Usage

personalize_create_data_deletion_job(
  jobName,
  datasetGroupArn,
  dataSource,
  roleArn,
  tags = NULL
)

Arguments

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.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.