Represents the models created by Twintune for the use of the API
modelId: string
modelId:
Unique identifier for the Voices Models.
status: ‘RUNNING’ | ‘SUCCESS’ | ‘FAILED’
status:
Current status of the job.
modelName: string
modelName:
Model name, useful for identification in case you don't remember the ID
jobStartTime: string
jobStartTime:
Time that job was started.
jobEndTime: string | null
jobEndTime:
Time that the job ended.
demoSong: string | null
demoSong:
Signed URL with a demo so that the user can listen to the quality of the model without running an inference (expires in 5 hours).
Last updated 1 year ago