ray.actor.ActorClass#
- class ray.actor.ActorClass(name, bases, attr)[source]#
An actor class.
This is a decorated class. It can be used to create actors.
- __ray_metadata__#
Contains metadata for the actor.
Methods
Prevents users from directly inheriting from an ActorClass.
For Ray DAG building that creates static graph from decorated class or functions.
Configures and overrides the actor instantiation parameters.
Create an actor.