## GET - [x] #61 Get a hyperparameter setup. Used only to keep track of which hyperparameter settings are use across runs. - [ ] #62 List and filter setups ## DELETE - [ ] #63 Delete setup ## POST - [x] #64 Tag a setup - [x] #65 Untag a setup
GET
GET /setup/{id} #61
Get a hyperparameter setup. Used only to keep track of which hyperparameter settings are use across runs.
GET /setup/list/{filters} #62
List and filter setups
DELETE
Delete setup
POST
POST /setup/tag #64
Tag a setup
POST /setup/untag #65
Untag a setup