elasticsearch/.idea
Benjamin Trent b11c15b7e0
[ML] Adding new trained model allocation service (#75778)
Adds a new service for trained model allocation to nodes. 

Initially, this only supports PyTorch models and simply allocates
to nodes with the ML roles. 

Design is fairly simple:

 - A master node service runs allowing for new allocations to be created/updated/deleted from cluster state
 - A node service runs listening to updates referencing the local node + any models it may have allocated and updates accordingly.

This type of service sort of splits the difference between the logic of shard allocation and persistent tasks. Neither really fully addressed the need here.
2021-08-03 13:06:14 -04:00
..
inspectionProfiles [ML] Adding new trained model allocation service (#75778) 2021-08-03 13:06:14 -04:00
runConfigurations
scopes
checkstyle-idea.xml
eclipseCodeFormatter.xml Order imports when reformatting (#74059) 2021-06-16 09:22:22 +01:00