| 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.JobStats
Description
Synopsis
Documentation
Statistics about the Identity Resolution Job.
See: newJobStats smart constructor.
Constructors
| JobStats' | |
Fields
| |
Instances
| FromJSON JobStats Source # | |
| Generic JobStats Source # | |
| Read JobStats Source # | |
| Show JobStats Source # | |
| NFData JobStats Source # | |
Defined in Amazonka.CustomerProfiles.Types.JobStats | |
| Eq JobStats Source # | |
| Hashable JobStats Source # | |
Defined in Amazonka.CustomerProfiles.Types.JobStats | |
| type Rep JobStats Source # | |
Defined in Amazonka.CustomerProfiles.Types.JobStats type Rep JobStats = D1 ('MetaData "JobStats" "Amazonka.CustomerProfiles.Types.JobStats" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" 'False) (C1 ('MetaCons "JobStats'" 'PrefixI 'True) (S1 ('MetaSel ('Just "numberOfMatchesFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "numberOfMergesDone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "numberOfProfilesReviewed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))) | |
newJobStats :: JobStats Source #
Create a value of JobStats 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:numberOfMatchesFound:JobStats', jobStats_numberOfMatchesFound - The number of matches found.
$sel:numberOfMergesDone:JobStats', jobStats_numberOfMergesDone - The number of merges completed.
$sel:numberOfProfilesReviewed:JobStats', jobStats_numberOfProfilesReviewed - The number of profiles reviewed.
jobStats_numberOfMatchesFound :: Lens' JobStats (Maybe Integer) Source #
The number of matches found.