/AWS1/CL_CUSGETIDRESOLUTIONJ01¶
GetIdentityResolutionJobResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_domainname TYPE /AWS1/CUSNAME /AWS1/CUSNAME¶
The unique name of the domain.
iv_jobid TYPE /AWS1/CUSUUID /AWS1/CUSUUID¶
The unique identifier of the Identity Resolution Job.
iv_status TYPE /AWS1/CUSIDRESOLUTIONJOBSTATUS /AWS1/CUSIDRESOLUTIONJOBSTATUS¶
The status of the Identity Resolution Job.
PENDING: The Identity Resolution Job is scheduled but has not started yet. If you turn off the Identity Resolution feature in your domain, jobs in thePENDINGstate are deleted.
PREPROCESSING: The Identity Resolution Job is loading your data.
FIND_MATCHING: The Identity Resolution Job is using the machine learning model to identify profiles that belong to the same matching group.
MERGING: The Identity Resolution Job is merging duplicate profiles.
COMPLETED: The Identity Resolution Job completed successfully.
PARTIAL_SUCCESS: There's a system error and not all of the data is merged. The Identity Resolution Job writes a message indicating the source of the problem.
FAILED: The Identity Resolution Job did not merge any data. It writes a message indicating the source of the problem.
iv_message TYPE /AWS1/CUSSTRINGTO2048 /AWS1/CUSSTRINGTO2048¶
The error messages that are generated when the Identity Resolution Job runs.
iv_jobstarttime TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP¶
The timestamp of when the Identity Resolution Job was started or will be started.
iv_jobendtime TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP¶
The timestamp of when the Identity Resolution Job was completed.
iv_lastupdatedat TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP¶
The timestamp of when the Identity Resolution Job was most recently edited.
iv_jobexpirationtime TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP¶
The timestamp of when the Identity Resolution Job will expire.
io_automerging TYPE REF TO /AWS1/CL_CUSAUTOMERGING /AWS1/CL_CUSAUTOMERGING¶
Configuration settings for how to perform the auto-merging of profiles.
io_exportinglocation TYPE REF TO /AWS1/CL_CUSEXPORTINGLOCATION /AWS1/CL_CUSEXPORTINGLOCATION¶
The S3 location where the Identity Resolution Job writes result files.
io_jobstats TYPE REF TO /AWS1/CL_CUSJOBSTATS /AWS1/CL_CUSJOBSTATS¶
Statistics about the Identity Resolution Job.
Queryable Attributes¶
DomainName¶
The unique name of the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINNAME() |
Getter for DOMAINNAME, with configurable default |
ASK_DOMAINNAME() |
Getter for DOMAINNAME w/ exceptions if field has no value |
HAS_DOMAINNAME() |
Determine if DOMAINNAME has a value |
JobId¶
The unique identifier of the Identity Resolution Job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
Status¶
The status of the Identity Resolution Job.
PENDING: The Identity Resolution Job is scheduled but has not started yet. If you turn off the Identity Resolution feature in your domain, jobs in thePENDINGstate are deleted.
PREPROCESSING: The Identity Resolution Job is loading your data.
FIND_MATCHING: The Identity Resolution Job is using the machine learning model to identify profiles that belong to the same matching group.
MERGING: The Identity Resolution Job is merging duplicate profiles.
COMPLETED: The Identity Resolution Job completed successfully.
PARTIAL_SUCCESS: There's a system error and not all of the data is merged. The Identity Resolution Job writes a message indicating the source of the problem.
FAILED: The Identity Resolution Job did not merge any data. It writes a message indicating the source of the problem.
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 |
Message¶
The error messages that are generated when the Identity Resolution Job runs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
JobStartTime¶
The timestamp of when the Identity Resolution Job was started or will be started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBSTARTTIME() |
Getter for JOBSTARTTIME, with configurable default |
ASK_JOBSTARTTIME() |
Getter for JOBSTARTTIME w/ exceptions if field has no value |
HAS_JOBSTARTTIME() |
Determine if JOBSTARTTIME has a value |
JobEndTime¶
The timestamp of when the Identity Resolution Job was completed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBENDTIME() |
Getter for JOBENDTIME, with configurable default |
ASK_JOBENDTIME() |
Getter for JOBENDTIME w/ exceptions if field has no value |
HAS_JOBENDTIME() |
Determine if JOBENDTIME has a value |
LastUpdatedAt¶
The timestamp of when the Identity Resolution Job was most recently edited.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |
JobExpirationTime¶
The timestamp of when the Identity Resolution Job will expire.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBEXPIRATIONTIME() |
Getter for JOBEXPIRATIONTIME, with configurable default |
ASK_JOBEXPIRATIONTIME() |
Getter for JOBEXPIRATIONTIME w/ exceptions if field has no v |
HAS_JOBEXPIRATIONTIME() |
Determine if JOBEXPIRATIONTIME has a value |
AutoMerging¶
Configuration settings for how to perform the auto-merging of profiles.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTOMERGING() |
Getter for AUTOMERGING |
ExportingLocation¶
The S3 location where the Identity Resolution Job writes result files.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTINGLOCATION() |
Getter for EXPORTINGLOCATION |
JobStats¶
Statistics about the Identity Resolution Job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBSTATS() |
Getter for JOBSTATS |