@Generated(value="software.amazon.awssdk:codegen") public final class SpeakerEnrollmentJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SpeakerEnrollmentJob.Builder,SpeakerEnrollmentJob>
Contains all the information about a speaker enrollment job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SpeakerEnrollmentJob.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SpeakerEnrollmentJob.Builder |
builder() |
Instant |
createdAt()
A timestamp showing the creation of the speaker enrollment job.
|
String |
dataAccessRoleArn()
The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer's buckets to read the
input manifest file and write the job output file.
|
String |
domainId()
The identifier of the domain that contains the speaker enrollment job.
|
Instant |
endedAt()
A timestamp showing when the speaker enrollment job ended.
|
EnrollmentConfig |
enrollmentConfig()
The configuration that defines the action to take when the speaker is already enrolled in Voice ID, and the
FraudDetectionConfig to use. |
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() |
InputDataConfig |
inputDataConfig()
The input data config containing an S3 URI for the input manifest file that contains the list of speaker
enrollment job requests.
|
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 on job progress.
|
SpeakerEnrollmentJobStatus |
jobStatus()
The current status of the speaker enrollment job.
|
String |
jobStatusAsString()
The current status of the speaker enrollment job.
|
OutputDataConfig |
outputDataConfig()
The output data config containing the S3 location where Voice ID writes the job output file; you must also
include a KMS key ID to encrypt the file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SpeakerEnrollmentJob.Builder> |
serializableBuilderClass() |
SpeakerEnrollmentJob.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 of the speaker enrollment job.
public final String dataAccessRoleArn()
The IAM role Amazon Resource Name (ARN) that grants Voice ID permissions to access customer's buckets to read the input manifest file and write the job output file.
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 EnrollmentConfig enrollmentConfig()
The configuration that defines the action to take when the speaker is already enrolled in Voice ID, and the
FraudDetectionConfig to use.
FraudDetectionConfig to use.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 InputDataConfig inputDataConfig()
The input data config containing an S3 URI for the input manifest file that contains the list of speaker enrollment job requests.
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 on job progress. This field shows the completed percentage of registration 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 final OutputDataConfig outputDataConfig()
The output data config containing the S3 location where Voice ID writes the job output file; you must also include a KMS key ID to encrypt the file.
public SpeakerEnrollmentJob.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SpeakerEnrollmentJob.Builder,SpeakerEnrollmentJob>public static SpeakerEnrollmentJob.Builder builder()
public static Class<? extends SpeakerEnrollmentJob.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.