forked from HumanSignal/label-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: DIA-1061: Start Training should send START_TRAINING event as web…
…hook instead of PROJECT_UPDATE (HumanSignal#5761) #### Change has impacts in these area(s) _(check all that apply)_ - [ ] Product design - [ ] Backend (Database) - [x] Backend (API) - [ ] Frontend ### Describe the reason for change Start Training button on Model settings page sends PROJECT_UPDATE event and it's not possible to distinguish when Start Training really was called. #### What does this fix? ML backend model method fit(..., event, ...) will be able to distinguish the right training event. #### What is the current behavior? ML backend model method fit(..., event, ...) receives PROJECT_UPDATE as event and this can be triggered on any project change event.
- Loading branch information
Showing
3 changed files
with
72 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters