Package io.ray.api.call
Class PyTaskCaller<R>
- Type Parameters:
R- The type of the python function return value
A helper to call python remote function.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.ray.api.call.BaseTaskCaller
buildOptions, setName, setPlacementGroup, setResource, setResources
-
Constructor Details
-
PyTaskCaller
-
-
Method Details
-
remote
Execute a python function 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.
-