Sandbox API#
Note
Ray Sandboxes (ray.experimental.sandbox) is an alpha library. The API can change before it graduates to stable.
For an introduction and usage guides, see Ray Sandboxes.
Sandbox lifecycle and execution#
Create a remote sandbox environment managed by a Ray actor. |
|
Low-level interface for managing local sandbox runtime environments. |
Data structures and status#
Result of executing a command inside a Sandbox. |
|
Operational status of a Sandbox. |
Exceptions#
Base exception for all Ray Sandbox errors. |
|
Raised when sandbox creation fails or times out. |
|
Raised when a command execution or operation inside a sandbox times out. |
|
Raised when a command execution encounters an unexpected system/backend error. |
|
Raised when a specified sandbox ID cannot be found. |