/AWS1/CL_PZZDATADELETIONJOB¶
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.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_jobname TYPE /AWS1/PZZNAME /AWS1/PZZNAME¶
The name of the data deletion job.
iv_datadeletionjobarn TYPE /AWS1/PZZARN /AWS1/PZZARN¶
The Amazon Resource Name (ARN) of the data deletion job.
iv_datasetgrouparn TYPE /AWS1/PZZARN /AWS1/PZZARN¶
The Amazon Resource Name (ARN) of the dataset group the job deletes records from.
io_datasource TYPE REF TO /AWS1/CL_PZZDATASOURCE /AWS1/CL_PZZDATASOURCE¶
dataSource
iv_rolearn TYPE /AWS1/PZZROLEARN /AWS1/PZZROLEARN¶
The Amazon Resource Name (ARN) of the IAM role that has permissions to read from the Amazon S3 data source.
iv_status TYPE /AWS1/PZZSTATUS /AWS1/PZZSTATUS¶
The status of the data deletion job.
A data deletion job can have one of the following statuses:
PENDING > IN_PROGRESS > COMPLETED -or- FAILED
iv_numdeleted TYPE /AWS1/PZZINTEGER /AWS1/PZZINTEGER¶
The number of records deleted by a COMPLETED job.
iv_creationdatetime TYPE /AWS1/PZZDATE /AWS1/PZZDATE¶
The creation date and time (in Unix time) of the data deletion job.
iv_lastupdateddatetime TYPE /AWS1/PZZDATE /AWS1/PZZDATE¶
The date and time (in Unix time) the data deletion job was last updated.
iv_failurereason TYPE /AWS1/PZZFAILUREREASON /AWS1/PZZFAILUREREASON¶
If a data deletion job fails, provides the reason why.
Queryable Attributes¶
jobName¶
The name of the data deletion job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBNAME() |
Getter for JOBNAME, with configurable default |
ASK_JOBNAME() |
Getter for JOBNAME w/ exceptions if field has no value |
HAS_JOBNAME() |
Determine if JOBNAME has a value |
dataDeletionJobArn¶
The Amazon Resource Name (ARN) of the data deletion job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATADELETIONJOBARN() |
Getter for DATADELETIONJOBARN, with configurable default |
ASK_DATADELETIONJOBARN() |
Getter for DATADELETIONJOBARN w/ exceptions if field has no |
HAS_DATADELETIONJOBARN() |
Determine if DATADELETIONJOBARN has a value |
datasetGroupArn¶
The Amazon Resource Name (ARN) of the dataset group the job deletes records from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETGROUPARN() |
Getter for DATASETGROUPARN, with configurable default |
ASK_DATASETGROUPARN() |
Getter for DATASETGROUPARN w/ exceptions if field has no val |
HAS_DATASETGROUPARN() |
Determine if DATASETGROUPARN has a value |
dataSource¶
dataSource
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCE() |
Getter for DATASOURCE |
roleArn¶
The Amazon Resource Name (ARN) of the IAM role that has permissions to read from the Amazon S3 data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |
status¶
The status of the data deletion job.
A data deletion job can have one of the following statuses:
PENDING > IN_PROGRESS > COMPLETED -or- FAILED
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
numDeleted¶
The number of records deleted by a COMPLETED job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMDELETED() |
Getter for NUMDELETED, with configurable default |
ASK_NUMDELETED() |
Getter for NUMDELETED w/ exceptions if field has no value |
HAS_NUMDELETED() |
Determine if NUMDELETED has a value |
creationDateTime¶
The creation date and time (in Unix time) of the data deletion job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATETIME() |
Getter for CREATIONDATETIME, with configurable default |
ASK_CREATIONDATETIME() |
Getter for CREATIONDATETIME w/ exceptions if field has no va |
HAS_CREATIONDATETIME() |
Determine if CREATIONDATETIME has a value |
lastUpdatedDateTime¶
The date and time (in Unix time) the data deletion job was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME, with configurable default |
ASK_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME w/ exceptions if field has no |
HAS_LASTUPDATEDDATETIME() |
Determine if LASTUPDATEDDATETIME has a value |
failureReason¶
If a data deletion job fails, provides the reason why.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON has a value |