AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the GetIdentityResolutionJob operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CustomerProfiles.Model.GetIdentityResolutionJobResponse

Namespace: Amazon.CustomerProfiles.Model
Assembly: AWSSDK.CustomerProfiles.dll
Version: 3.x.y.z

Syntax

C#
public class GetIdentityResolutionJobResponse : AmazonWebServiceResponse

The GetIdentityResolutionJobResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AutoMerging Amazon.CustomerProfiles.Model.AutoMerging

Gets and sets the property AutoMerging.

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

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property DomainName System.String

Gets and sets the property DomainName.

The unique name of the domain.

Public Property ExportingLocation Amazon.CustomerProfiles.Model.ExportingLocation

Gets and sets the property ExportingLocation.

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

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property JobEndTime System.DateTime

Gets and sets the property JobEndTime.

The timestamp of when the Identity Resolution Job was completed.

Public Property JobExpirationTime System.DateTime

Gets and sets the property JobExpirationTime.

The timestamp of when the Identity Resolution Job will expire.

Public Property JobId System.String

Gets and sets the property JobId.

The unique identifier of the Identity Resolution Job.

Public Property JobStartTime System.DateTime

Gets and sets the property JobStartTime.

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

Public Property JobStats Amazon.CustomerProfiles.Model.JobStats

Gets and sets the property JobStats.

Statistics about the Identity Resolution Job.

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

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

Public Property Message System.String

Gets and sets the property Message.

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

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Status Amazon.CustomerProfiles.IdentityResolutionJobStatus

Gets and sets the property Status.

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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5