[tune] Support RESTful API for the Web Server (#4080)

Change the client/server API to RESTful design. This includes resource modeling, model URI's, and correct HTTP methods.
This commit is contained in:
Adi Zimmerman
2019-02-26 21:56:02 -08:00
committed by Richard Liaw
parent 33663bef94
commit 5cf388f29d
5 changed files with 209 additions and 112 deletions
-5
View File
@@ -6,8 +6,3 @@ from __future__ import print_function
class TuneError(Exception):
"""General error class raised by ray.tune."""
pass
class TuneManagerError(TuneError):
"""Error raised in operating the Tune Manager."""
pass