mirror of
https://github.com/wassname/ray.git
synced 2026-08-16 11:27:09 +08:00
[core worker] Python core worker object interface (#5272)
This commit is contained in:
@@ -71,7 +71,9 @@ 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)
|
||||
CRayStatus SetResource(const c_string &resource_name,
|
||||
const double capacity,
|
||||
const CClientID &client_Id)
|
||||
CLanguage GetLanguage() const
|
||||
CWorkerID GetWorkerID() const
|
||||
CJobID GetJobID() const
|
||||
|
||||
Reference in New Issue
Block a user