@Generated(value="software.amazon.awssdk:codegen") public final class IdentityResolutionJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IdentityResolutionJob.Builder,IdentityResolutionJob>
Information about the Identity Resolution Job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IdentityResolutionJob.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IdentityResolutionJob.Builder |
builder() |
String |
domainName()
The unique name of the domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ExportingLocation |
exportingLocation()
The S3 location where the Identity Resolution Job writes result files.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
jobEndTime()
The timestamp of when the job was completed.
|
String |
jobId()
The unique identifier of the Identity Resolution Job.
|
Instant |
jobStartTime()
The timestamp of when the job was started or will be started.
|
JobStats |
jobStats()
Statistics about an Identity Resolution Job.
|
String |
message()
The error messages that are generated when the Identity Resolution Job runs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IdentityResolutionJob.Builder> |
serializableBuilderClass() |
IdentityResolutionJobStatus |
status()
The status of the Identity Resolution Job.
|
String |
statusAsString()
The status of the Identity Resolution Job.
|
IdentityResolutionJob.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
The unique name of the domain.
public final String jobId()
The unique identifier of the Identity Resolution Job.
public final IdentityResolutionJobStatus 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.
If the service returns an enum value that is not available in the current SDK version, status will
return IdentityResolutionJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
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.
IdentityResolutionJobStatuspublic final String statusAsString()
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.
If the service returns an enum value that is not available in the current SDK version, status will
return IdentityResolutionJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
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.
IdentityResolutionJobStatuspublic final Instant jobStartTime()
The timestamp of when the job was started or will be started.
public final Instant jobEndTime()
The timestamp of when the job was completed.
public final JobStats jobStats()
Statistics about an Identity Resolution Job.
public final ExportingLocation exportingLocation()
The S3 location where the Identity Resolution Job writes result files.
public final String message()
The error messages that are generated when the Identity Resolution Job runs.
public IdentityResolutionJob.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IdentityResolutionJob.Builder,IdentityResolutionJob>public static IdentityResolutionJob.Builder builder()
public static Class<? extends IdentityResolutionJob.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.