Project

General

Profile

Actions

Feature #168

open

[BE] Bổ sung api cho việc update training history

Added by Lê An 12 months ago. Updated 12 months ago.

Status:
Resolved - Dev
Priority:
Normal
Assignee:
Category:
BE
Target version:
Start date:
11/13/2023
Due date:
11/13/2023 (about 12 months late)
% Done:

0%

Estimated time:
Spent time:

Description

Bối cảnh

- Hiện trạng hệ thống BE không được thông báo việc trainig hoàn thành hay chưa để cho user có thể bắt đầu thực hiện Q&A với Chatbot

Yêu cầu

- Tạo API cho phép hệ thống trainign-service cập nhật trạng thái training
- API có yêu cầu như sau

PATCH /api/v1/chatbot/{chatbot-id}/training-history/{training-history-id}/state
BODTY {"training_state" : "training_state_name"}

- training_state có thể có các giá trị sau : 'WAITING','STARTED','COMPLETED','FAILED'
- Các luồng state cơ bản : 'WAITING' => 'STARTED' => 'COMPLETED', 'FAILED'
- Cacs luồng khác sẽ k approvel

Actions #1

Updated by Lê An 12 months ago

  • Description updated (diff)
Actions #2

Updated by Lê An 12 months ago

  • Status changed from New to In Progress
Actions #3

Updated by Lê An 12 months ago

  • Status changed from In Progress to Resolved - Dev
Actions

Also available in: Atom PDF