@Generated(value="software.amazon.awssdk:codegen") public final class SpeakerEnrollmentJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SpeakerEnrollmentJobSummary.Builder,SpeakerEnrollmentJobSummary>
Contains a summary of information about a speaker enrollment job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SpeakerEnrollmentJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SpeakerEnrollmentJobSummary.Builder |
builder() |
Instant |
createdAt()
A timestamp showing the creation time of the speaker enrollment job.
|
String |
domainId()
The identifier of the domain that contains the speaker enrollment job.
|
Instant |
endedAt()
A timestamp showing when the speaker enrollment job ended.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FailureDetails |
failureDetails()
Contains details that are populated when an entire batch job fails.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The service-generated identifier for the speaker enrollment job.
|
String |
jobName()
The client-provided name for the speaker enrollment job.
|
JobProgress |
jobProgress()
Provides details regarding job progress.
|
SpeakerEnrollmentJobStatus |
jobStatus()
The current status of the speaker enrollment job.
|
String |
jobStatusAsString()
The current status of the speaker enrollment job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SpeakerEnrollmentJobSummary.Builder> |
serializableBuilderClass() |
SpeakerEnrollmentJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
A timestamp showing the creation time of the speaker enrollment job.
public final String domainId()
The identifier of the domain that contains the speaker enrollment job.
public final Instant endedAt()
A timestamp showing when the speaker enrollment job ended.
public final FailureDetails failureDetails()
Contains details that are populated when an entire batch job fails. In cases of individual registration job
failures, the batch job as a whole doesn't fail; it is completed with a JobStatus of
COMPLETED_WITH_ERRORS. You can use the job output file to identify the individual registration
requests that failed.
JobStatus of
COMPLETED_WITH_ERRORS. You can use the job output file to identify the individual
registration requests that failed.public final String jobId()
The service-generated identifier for the speaker enrollment job.
public final String jobName()
The client-provided name for the speaker enrollment job.
public final JobProgress jobProgress()
Provides details regarding job progress. This field shows the completed percentage of enrollment requests listed in the input file.
public final SpeakerEnrollmentJobStatus jobStatus()
The current status of the speaker enrollment job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return SpeakerEnrollmentJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from jobStatusAsString().
SpeakerEnrollmentJobStatuspublic final String jobStatusAsString()
The current status of the speaker enrollment job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return SpeakerEnrollmentJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from jobStatusAsString().
SpeakerEnrollmentJobStatuspublic SpeakerEnrollmentJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SpeakerEnrollmentJobSummary.Builder,SpeakerEnrollmentJobSummary>public static SpeakerEnrollmentJobSummary.Builder builder()
public static Class<? extends SpeakerEnrollmentJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.