from_dict(
cls,
data: dict[str, Any],
client: AsyncSandboxClient,
auto_delete: | Name | Type | Description |
|---|---|---|
data* | dict[str, Any] | API response dictionary containing sandbox data. |
client* | AsyncSandboxClient | Parent AsyncSandboxClient for operations. |
auto_delete | bool | Default: True |
Create an AsyncSandbox from API response dict.
Whether to delete the sandbox on context exit.