Attributes

id: number Unique identifier for the job. createdAt: string Creation time of the job. type: ‘infer’ | ‘tts’ The type of inference job. status: ‘running’ | ‘success’ | ‘error’ | ‘cancelled’ Current status of the job. jobStartTime: string | null Time that job was started. jobEndTime: string | null Time that the job ended. outputFileUrl: string | null Signed URL for the job’s output file (expires in 4 hours). lossyOutputFileUrl: string | null Signed URL for the lossy version of the job’s output file (expires in 4 hours). recombinedAudioFileUrl: string | null Signed URL for the job’s recombined audio file (expires in 4 hours). voiceModelId: string | null | undefined ID of the associated Voice Model. model: VoiceModel | null The associated Voice Model.