Values.SpeakerEnrollmentJobSummarySourceContains a summary of information about a speaker enrollment job.
type nonrec t = {createdAt : Timestamp.t option;A timestamp of when of the speaker enrollment job was created.
*)domainId : DomainId.t option;The identifier of the domain that contains the speaker enrollment job.
*)endedAt : Timestamp.t option;A timestamp of when the speaker enrollment job ended.
*)failureDetails : FailureDetails.t option;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.
*)jobId : JobId.t option;The service-generated identifier for the speaker enrollment job.
*)jobName : JobName.t option;The client-provided name for the speaker enrollment job.
*)jobProgress : JobProgress.t option;Provides details regarding job progress. This field shows the completed percentage of enrollment requests listed in the input file.
*)jobStatus : SpeakerEnrollmentJobStatus.t option;The current status of the speaker enrollment job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainId.t
| `Structure of
(string * [> `Integer of Integer.t | `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]