class Aws::VoiceID::Types::SpeakerEnrollmentJob

Contains all the information about a speaker enrollment job.

@!attribute [rw] created_at

A timestamp showing the creation of the speaker enrollment job.
@return [Time]

@!attribute [rw] data_access_role_arn

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.
@return [String]

@!attribute [rw] domain_id

The identifier of the domain that contains the speaker enrollment
job.
@return [String]

@!attribute [rw] ended_at

A timestamp showing when the speaker enrollment job ended.
@return [Time]

@!attribute [rw] enrollment_config

The configuration that defines the action to take when the speaker
is already enrolled in Voice ID, and the `FraudDetectionConfig` to
use.
@return [Types::EnrollmentConfig]

@!attribute [rw] failure_details

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.
@return [Types::FailureDetails]

@!attribute [rw] input_data_config

The input data config containing an S3 URI for the input manifest
file that contains the list of speaker enrollment job requests.
@return [Types::InputDataConfig]

@!attribute [rw] job_id

The service-generated identifier for the speaker enrollment job.
@return [String]

@!attribute [rw] job_name

The client-provided name for the speaker enrollment job.
@return [String]

@!attribute [rw] job_progress

Provides details on job progress. This field shows the completed
percentage of registration requests listed in the input file.
@return [Types::JobProgress]

@!attribute [rw] job_status

The current status of the speaker enrollment job.
@return [String]

@!attribute [rw] output_data_config

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.
@return [Types::OutputDataConfig]

@see docs.aws.amazon.com/goto/WebAPI/voice-id-2021-09-27/SpeakerEnrollmentJob AWS API Documentation

Constants

SENSITIVE