| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CustomerProfiles.Types.IdentityResolutionJob
Description
Synopsis
- data IdentityResolutionJob = IdentityResolutionJob' {}
- newIdentityResolutionJob :: IdentityResolutionJob
- identityResolutionJob_domainName :: Lens' IdentityResolutionJob (Maybe Text)
- identityResolutionJob_exportingLocation :: Lens' IdentityResolutionJob (Maybe ExportingLocation)
- identityResolutionJob_jobEndTime :: Lens' IdentityResolutionJob (Maybe UTCTime)
- identityResolutionJob_jobId :: Lens' IdentityResolutionJob (Maybe Text)
- identityResolutionJob_jobStartTime :: Lens' IdentityResolutionJob (Maybe UTCTime)
- identityResolutionJob_jobStats :: Lens' IdentityResolutionJob (Maybe JobStats)
- identityResolutionJob_message :: Lens' IdentityResolutionJob (Maybe Text)
- identityResolutionJob_status :: Lens' IdentityResolutionJob (Maybe IdentityResolutionJobStatus)
Documentation
data IdentityResolutionJob Source #
Information about the Identity Resolution Job.
See: newIdentityResolutionJob smart constructor.
Constructors
| IdentityResolutionJob' | |
Fields
| |
Instances
newIdentityResolutionJob :: IdentityResolutionJob Source #
Create a value of IdentityResolutionJob with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:domainName:IdentityResolutionJob', identityResolutionJob_domainName - The unique name of the domain.
$sel:exportingLocation:IdentityResolutionJob', identityResolutionJob_exportingLocation - The S3 location where the Identity Resolution Job writes result files.
$sel:jobEndTime:IdentityResolutionJob', identityResolutionJob_jobEndTime - The timestamp of when the job was completed.
$sel:jobId:IdentityResolutionJob', identityResolutionJob_jobId - The unique identifier of the Identity Resolution Job.
$sel:jobStartTime:IdentityResolutionJob', identityResolutionJob_jobStartTime - The timestamp of when the job was started or will be started.
$sel:jobStats:IdentityResolutionJob', identityResolutionJob_jobStats - Statistics about an Identity Resolution Job.
$sel:message:IdentityResolutionJob', identityResolutionJob_message - The error messages that are generated when the Identity Resolution Job
runs.
$sel:status:IdentityResolutionJob', identityResolutionJob_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.
identityResolutionJob_domainName :: Lens' IdentityResolutionJob (Maybe Text) Source #
The unique name of the domain.
identityResolutionJob_exportingLocation :: Lens' IdentityResolutionJob (Maybe ExportingLocation) Source #
The S3 location where the Identity Resolution Job writes result files.
identityResolutionJob_jobEndTime :: Lens' IdentityResolutionJob (Maybe UTCTime) Source #
The timestamp of when the job was completed.
identityResolutionJob_jobId :: Lens' IdentityResolutionJob (Maybe Text) Source #
The unique identifier of the Identity Resolution Job.
identityResolutionJob_jobStartTime :: Lens' IdentityResolutionJob (Maybe UTCTime) Source #
The timestamp of when the job was started or will be started.
identityResolutionJob_jobStats :: Lens' IdentityResolutionJob (Maybe JobStats) Source #
Statistics about an Identity Resolution Job.
identityResolutionJob_message :: Lens' IdentityResolutionJob (Maybe Text) Source #
The error messages that are generated when the Identity Resolution Job runs.
identityResolutionJob_status :: Lens' IdentityResolutionJob (Maybe IdentityResolutionJobStatus) Source #
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.