mirror of
https://github.com/wassname/ray.git
synced 2026-07-07 19:41:45 +08:00
Dynamic Custom Resources - create and delete resources (#3742)
This commit is contained in:
@@ -72,6 +72,7 @@ cdef extern from "ray/raylet/raylet_client.h" nogil:
|
||||
CActorCheckpointID &checkpoint_id)
|
||||
CRayStatus NotifyActorResumedFromCheckpoint(
|
||||
const CActorID &actor_id, const CActorCheckpointID &checkpoint_id)
|
||||
CRayStatus SetResource(const c_string &resource_name, const double capacity, const CClientID &client_Id)
|
||||
CLanguage GetLanguage() const
|
||||
CClientID GetClientID() const
|
||||
CDriverID GetDriverID() const
|
||||
|
||||
Reference in New Issue
Block a user