mirror of
https://github.com/wassname/ray.git
synced 2026-07-28 11:25:04 +08:00
[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:
committed by
Richard Liaw
parent
33663bef94
commit
5cf388f29d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user