Class: Aws::CustomerProfiles::Types::JobStats
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::JobStats
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Statistics about the Identity Resolution Job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#number_of_matches_found ⇒ Integer
The number of matches found.
-
#number_of_merges_done ⇒ Integer
The number of merges completed.
-
#number_of_profiles_reviewed ⇒ Integer
The number of profiles reviewed.
Instance Attribute Details
#number_of_matches_found ⇒ Integer
The number of matches found.
3779 3780 3781 3782 3783 3784 3785 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3779 class JobStats < Struct.new( :number_of_profiles_reviewed, :number_of_matches_found, :number_of_merges_done) SENSITIVE = [] include Aws::Structure end |
#number_of_merges_done ⇒ Integer
The number of merges completed.
3779 3780 3781 3782 3783 3784 3785 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3779 class JobStats < Struct.new( :number_of_profiles_reviewed, :number_of_matches_found, :number_of_merges_done) SENSITIVE = [] include Aws::Structure end |
#number_of_profiles_reviewed ⇒ Integer
The number of profiles reviewed.
3779 3780 3781 3782 3783 3784 3785 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3779 class JobStats < Struct.new( :number_of_profiles_reviewed, :number_of_matches_found, :number_of_merges_done) SENSITIVE = [] include Aws::Structure end |