aws.voice_id.list_speaker_enrollment_jobs
Example SQL Queries
SELECT * FROMaws.voice_id.list_speaker_enrollment_jobsWHERE"domain_id" = 'VALUE';Description
Lists all the speaker enrollment jobs in the domain with the specified JobStatus. If JobStatus is not provided, this lists all jobs with all possible speaker enrollment job statuses.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_id Required Input Column The identifier of the domain that contains the speaker enrollment job. | VARCHAR |
| job_status Input Column The current status of the speaker enrollment job. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| created_at A timestamp of when of the speaker enrollment job was created. | TIMESTAMP_S |
| ended_at A timestamp of when the speaker enrollment job ended. | TIMESTAMP_S |
| 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. | STRUCT( |
Show child fields
| |
| job_id The service-generated identifier for the speaker enrollment job. | VARCHAR |
| job_name The client-provided name for the speaker enrollment job. | VARCHAR |
| job_progress Provides details regarding job progress. This field shows the completed percentage of enrollment requests listed in the input file. | STRUCT( |
Show child fields
| |