IdentityResolutionJob - Amazon Connect

IdentityResolutionJob

Information about the Identity Resolution Job.

Contents

DomainName

The unique name of the domain.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: ^[a-zA-Z0-9_-]+$

Required: No

ExportingLocation

The S3 location where the Identity Resolution Job writes result files.

Type: ExportingLocation object

Required: No

JobEndTime

The timestamp of when the job was completed.

Type: Timestamp

Required: No

JobId

The unique identifier of the Identity Resolution Job.

Type: String

Pattern: [a-f0-9]{32}

Required: No

JobStartTime

The timestamp of when the job was started or will be started.

Type: Timestamp

Required: No

JobStats

Statistics about an Identity Resolution Job.

Type: JobStats object

Required: No

Message

The error messages that are generated when the Identity Resolution Job runs.

Type: String

Length Constraints: Maximum length of 2048.

Pattern: .*

Required: No

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 the PENDING state 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.

Type: String

Valid Values: PENDING | PREPROCESSING | FIND_MATCHING | MERGING | COMPLETED | PARTIAL_SUCCESS | FAILED

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: