Class: Aws::CustomerProfiles::Types::GetIdentityResolutionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetIdentityResolutionJobResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_merging ⇒ Types::AutoMerging
Configuration settings for how to perform the auto-merging of profiles.
-
#domain_name ⇒ String
The unique name of the domain.
-
#exporting_location ⇒ Types::ExportingLocation
The S3 location where the Identity Resolution Job writes result files.
-
#job_end_time ⇒ Time
The timestamp of when the Identity Resolution Job was completed.
-
#job_expiration_time ⇒ Time
The timestamp of when the Identity Resolution Job will expire.
-
#job_id ⇒ String
The unique identifier of the Identity Resolution Job.
-
#job_start_time ⇒ Time
The timestamp of when the Identity Resolution Job was started or will be started.
-
#job_stats ⇒ Types::JobStats
Statistics about the Identity Resolution Job.
-
#last_updated_at ⇒ Time
The timestamp of when the Identity Resolution Job was most recently edited.
-
#message ⇒ String
The error messages that are generated when the Identity Resolution Job runs.
-
#status ⇒ String
The status of the Identity Resolution Job.
Instance Attribute Details
#auto_merging ⇒ Types::AutoMerging
Configuration settings for how to perform the auto-merging of profiles.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3147 class GetIdentityResolutionJobResponse < Struct.new( :domain_name, :job_id, :status, :message, :job_start_time, :job_end_time, :last_updated_at, :job_expiration_time, :auto_merging, :exporting_location, :job_stats) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The unique name of the domain.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3147 class GetIdentityResolutionJobResponse < Struct.new( :domain_name, :job_id, :status, :message, :job_start_time, :job_end_time, :last_updated_at, :job_expiration_time, :auto_merging, :exporting_location, :job_stats) SENSITIVE = [] include Aws::Structure end |
#exporting_location ⇒ Types::ExportingLocation
The S3 location where the Identity Resolution Job writes result files.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3147 class GetIdentityResolutionJobResponse < Struct.new( :domain_name, :job_id, :status, :message, :job_start_time, :job_end_time, :last_updated_at, :job_expiration_time, :auto_merging, :exporting_location, :job_stats) SENSITIVE = [] include Aws::Structure end |
#job_end_time ⇒ Time
The timestamp of when the Identity Resolution Job was completed.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3147 class GetIdentityResolutionJobResponse < Struct.new( :domain_name, :job_id, :status, :message, :job_start_time, :job_end_time, :last_updated_at, :job_expiration_time, :auto_merging, :exporting_location, :job_stats) SENSITIVE = [] include Aws::Structure end |
#job_expiration_time ⇒ Time
The timestamp of when the Identity Resolution Job will expire.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3147 class GetIdentityResolutionJobResponse < Struct.new( :domain_name, :job_id, :status, :message, :job_start_time, :job_end_time, :last_updated_at, :job_expiration_time, :auto_merging, :exporting_location, :job_stats) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier of the Identity Resolution Job.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3147 class GetIdentityResolutionJobResponse < Struct.new( :domain_name, :job_id, :status, :message, :job_start_time, :job_end_time, :last_updated_at, :job_expiration_time, :auto_merging, :exporting_location, :job_stats) SENSITIVE = [] include Aws::Structure end |
#job_start_time ⇒ Time
The timestamp of when the Identity Resolution Job was started or will be started.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3147 class GetIdentityResolutionJobResponse < Struct.new( :domain_name, :job_id, :status, :message, :job_start_time, :job_end_time, :last_updated_at, :job_expiration_time, :auto_merging, :exporting_location, :job_stats) SENSITIVE = [] include Aws::Structure end |
#job_stats ⇒ Types::JobStats
Statistics about the Identity Resolution Job.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3147 class GetIdentityResolutionJobResponse < Struct.new( :domain_name, :job_id, :status, :message, :job_start_time, :job_end_time, :last_updated_at, :job_expiration_time, :auto_merging, :exporting_location, :job_stats) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp of when the Identity Resolution Job was most recently edited.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3147 class GetIdentityResolutionJobResponse < Struct.new( :domain_name, :job_id, :status, :message, :job_start_time, :job_end_time, :last_updated_at, :job_expiration_time, :auto_merging, :exporting_location, :job_stats) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error messages that are generated when the Identity Resolution Job runs.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3147 class GetIdentityResolutionJobResponse < Struct.new( :domain_name, :job_id, :status, :message, :job_start_time, :job_end_time, :last_updated_at, :job_expiration_time, :auto_merging, :exporting_location, :job_stats) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
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 thePENDING
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.
3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3147 class GetIdentityResolutionJobResponse < Struct.new( :domain_name, :job_id, :status, :message, :job_start_time, :job_end_time, :last_updated_at, :job_expiration_time, :auto_merging, :exporting_location, :job_stats) SENSITIVE = [] include Aws::Structure end |