Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SpeakerEnrollmentJobSummary

import type { SpeakerEnrollmentJobSummary } from "https://aws-api.deno.dev/v0.4/services/voiceid.ts?docs=full";

Contains a summary of information about a speaker enrollment job.

interface SpeakerEnrollmentJobSummary {
CreatedAt?: Date | number | null;
DomainId?: string | null;
EndedAt?: Date | number | null;
FailureDetails?: FailureDetails | null;
JobId?: string | null;
JobName?: string | null;
JobProgress?: JobProgress | null;
JobStatus?: SpeakerEnrollmentJobStatus | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]

A timestamp showing the creation time of the speaker enrollment job.

§
DomainId?: string | null
[src]

The identifier of the domain that contains the speaker enrollment job.

§
EndedAt?: Date | number | null
[src]

A timestamp showing when the speaker enrollment job ended.

§
FailureDetails?: FailureDetails | null
[src]

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?: string | null
[src]

The service-generated identifier for the speaker enrollment job.

§
JobName?: string | null
[src]

The client-provided name for the speaker enrollment job.

§
JobProgress?: JobProgress | null
[src]

Provides details regarding job progress. This field shows the completed percentage of enrollment requests listed in the input file.

§

The current status of the speaker enrollment job.