forked from elastic/elasticsearch
-
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.
[ML] Make PUT trained model definition part action a handled transpor… (
elastic#81360) (elastic#81375) There is no reason for this action to be a master node action. The action is just indexing a doc in the native models index. As the action may be called many times in order to import a model and the docs can be large, it is best to make it a plain `HandledTransportAction`.
- Loading branch information
1 parent
648da3c
commit c4dffe9
Showing
1 changed file
with
18 additions
and
37 deletions.
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