DataDeletionJob

Describes 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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation date and time (in Unix time) of the data deletion job.

Link copied to clipboard

The Amazon Resource Name (ARN) of the data deletion job.

Link copied to clipboard

The Amazon Resource Name (ARN) of the dataset group the job deletes records from.

Link copied to clipboard

Describes the data source that contains the data to upload to a dataset, or the list of records to delete from Amazon Personalize.

Link copied to clipboard

If a data deletion job fails, provides the reason why.

Link copied to clipboard

The name of the data deletion job.

Link copied to clipboard

The date and time (in Unix time) the data deletion job was last updated.

Link copied to clipboard

The number of records deleted by a COMPLETED job.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that has permissions to read from the Amazon S3 data source.

Link copied to clipboard

The status of the data deletion job.

Functions

Link copied to clipboard
inline fun copy(block: DataDeletionJob.Builder.() -> Unit = {}): DataDeletionJob
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String