ray.actor.ActorMethod.bind#

ActorMethod.bind(*args, **kwargs)[source]#

Bind arguments to the actor method for Ray DAG building.

This method generates and returns an intermediate representation (IR) node that indicates the actor method will be called with the given arguments at execution time.

This method is used in both Ray DAG and Ray Compiled Graph for building a DAG.

DeveloperAPI: This API may change across minor Ray releases.