Actions
Feature #691
closed[BE] training feature
Start date:
05/27/2024
Due date:
% Done:
100%
Estimated time:
(Total: 0:00 h)
Spent time:
12:00 h (Total: 48:00 h)
Description
-- send job to sqs
-- webhook capture data from job
Updated by Trịnh Thế Định 8 months ago
Training Request
{
"trace_id": uuid.uuid4(),
"input_audio_path": "samples/sample.mp3",
"callback_endpoint": "https://dev.ainnate.com/"
}
CallBack PUT callback_endpoint
{
"status": "completed",
"code": 200,
"error": null,
"speaker": 0,
"model_file_path": "models//sovits_20240504030754.pth"
}
Actions