Class: Aws::CustomerProfiles::Types::GetIdentityResolutionJobResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::GetIdentityResolutionJobResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2194 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.
      2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2194 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.
      2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2194 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.
      2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2194 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.
      2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2194 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.
      2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2194 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.
      2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2194 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.
      2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2194 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.
      2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2194 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.
      2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2194 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 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.
 
      2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2194 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  |