Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetIdentityResolutionJobResponse

import type { GetIdentityResolutionJobResponse } from "https://aws-api.deno.dev/v0.4/services/customerprofiles.ts?docs=full";
interface GetIdentityResolutionJobResponse {
AutoMerging?: AutoMerging | null;
DomainName?: string | null;
ExportingLocation?: ExportingLocation | null;
JobEndTime?: Date | number | null;
JobExpirationTime?: Date | number | null;
JobId?: string | null;
JobStartTime?: Date | number | null;
JobStats?: JobStats | null;
LastUpdatedAt?: Date | number | null;
Message?: string | null;
}

§Properties

§
AutoMerging?: AutoMerging | null
[src]

Configuration settings for how to perform the auto-merging of profiles.

§
DomainName?: string | null
[src]

The unique name of the domain.

§
ExportingLocation?: ExportingLocation | null
[src]

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

§
JobEndTime?: Date | number | null
[src]

The timestamp of when the Identity Resolution Job was completed.

§
JobExpirationTime?: Date | number | null
[src]

The timestamp of when the Identity Resolution Job will expire.

§
JobId?: string | null
[src]

The unique identifier of the Identity Resolution Job.

§
JobStartTime?: Date | number | null
[src]

The timestamp of when the Identity Resolution Job was started or will be started.

§
JobStats?: JobStats | null
[src]

Statistics about the Identity Resolution Job.

§
LastUpdatedAt?: Date | number | null
[src]

The timestamp of when the Identity Resolution Job was most recently edited.

§
Message?: string | null
[src]

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

§

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.