RayOptionsFactory#

class eclypse.remote.bootstrap.options_factory.RayOptionsFactory[source]#

Bases: object

Factory for creating Ray options for remote nodes.

Methods

__init__([detached])

Create a new RayOptionsFactory.

__init__(detached=False, **ray_options)[source]#

Create a new RayOptionsFactory.

Parameters:
  • detached (bool, optional) – Whether to run the actor detached. Defaults to False.

  • **ray_options – The options for Ray. See the documentation here for more information.