Package io.ray.api.call
Class PyActorCreator
A helper to create python actor.
-
Field Summary
Fields inherited from class io.ray.api.call.BaseActorCreator
builder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionremote()Create a python actor remotely and return a handle to the created actor.Methods inherited from class io.ray.api.call.BaseActorCreator
buildOptions, setLifetime, setMaxConcurrency, setMaxPendingCalls, setMaxRestarts, setName, setPlacementGroup, setPlacementGroup, setResource, setResources
-
Constructor Details
-
PyActorCreator
-
-
Method Details
-
remote
Create a python actor remotely and return a handle to the created actor.- Returns:
- a handle to the created python actor.
-