Uses of Class
io.ray.api.function.PyFunction
Packages that use PyFunction
-
Uses of PyFunction in io.ray.api.call
Constructors in io.ray.api.call with parameters of type PyFunction -
Uses of PyFunction in io.ray.api.function
Methods in io.ray.api.function that return PyFunctionModifier and TypeMethodDescriptionstatic PyFunction<Object>Create a python function.static <R> PyFunction<R>Create a python function. -
Uses of PyFunction in io.ray.api.runtime
Methods in io.ray.api.runtime with parameters of type PyFunctionModifier and TypeMethodDescriptionRayRuntime.call(PyFunction pyFunction, Object[] args, CallOptions options)Invoke a remote Python function.