Class PyActorTaskCaller<R>

java.lang.Object
io.ray.api.call.PyActorTaskCaller<R>
Type Parameters:
R - The type of the python actor method return value

public class PyActorTaskCaller<R> extends Object
A helper to call python actor method.
  • Constructor Details

  • Method Details

    • remote

      public ObjectRef<R> remote()
      Execute a python actor method remotely and return an object reference to the result object in the object store.
      Returns:
      an object reference to an object in the object store.