Class: Aws::CustomerProfiles::Types::IdentityResolutionJob

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Information about the Identity Resolution Job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2760

class IdentityResolutionJob < Struct.new(
  :domain_name,
  :job_id,
  :status,
  :job_start_time,
  :job_end_time,
  :job_stats,
  :exporting_location,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#exporting_locationTypes::ExportingLocation

The S3 location where the Identity Resolution Job writes result files.



2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2760

class IdentityResolutionJob < Struct.new(
  :domain_name,
  :job_id,
  :status,
  :job_start_time,
  :job_end_time,
  :job_stats,
  :exporting_location,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#job_end_timeTime

The timestamp of when the job was completed.

Returns:

  • (Time)


2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2760

class IdentityResolutionJob < Struct.new(
  :domain_name,
  :job_id,
  :status,
  :job_start_time,
  :job_end_time,
  :job_stats,
  :exporting_location,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The unique identifier of the Identity Resolution Job.

Returns:

  • (String)


2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2760

class IdentityResolutionJob < Struct.new(
  :domain_name,
  :job_id,
  :status,
  :job_start_time,
  :job_end_time,
  :job_stats,
  :exporting_location,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#job_start_timeTime

The timestamp of when the job was started or will be started.

Returns:

  • (Time)


2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2760

class IdentityResolutionJob < Struct.new(
  :domain_name,
  :job_id,
  :status,
  :job_start_time,
  :job_end_time,
  :job_stats,
  :exporting_location,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#job_statsTypes::JobStats

Statistics about an Identity Resolution Job.

Returns:



2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2760

class IdentityResolutionJob < Struct.new(
  :domain_name,
  :job_id,
  :status,
  :job_start_time,
  :job_end_time,
  :job_stats,
  :exporting_location,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The error messages that are generated when the Identity Resolution Job runs.

Returns:

  • (String)


2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2760

class IdentityResolutionJob < Struct.new(
  :domain_name,
  :job_id,
  :status,
  :job_start_time,
  :job_end_time,
  :job_stats,
  :exporting_location,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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.

Returns:

  • (String)


2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2760

class IdentityResolutionJob < Struct.new(
  :domain_name,
  :job_id,
  :status,
  :job_start_time,
  :job_end_time,
  :job_stats,
  :exporting_location,
  :message)
  SENSITIVE = []
  include Aws::Structure
end