Uses of Class
io.ray.api.function.PyActorClass
Packages that use PyActorClass
-
Uses of PyActorClass in io.ray.api.call
Constructors in io.ray.api.call with parameters of type PyActorClass -
Uses of PyActorClass in io.ray.api.function
Methods in io.ray.api.function that return PyActorClass -
Uses of PyActorClass in io.ray.api.runtime
Methods in io.ray.api.runtime with parameters of type PyActorClassModifier and TypeMethodDescriptionRayRuntime.createActor(PyActorClass pyActorClass, Object[] args, ActorCreationOptions options)Create a Python actor on a remote node.