LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmith_openapi_clientresourcesSandboxesBoxCreateSnapshotResponse
Interface●Since v0.8

BoxCreateSnapshotResponse

Copy
interface BoxCreateSnapshotResponse

Properties

property
created_at: string
property
created_by: string
property
docker_image: string
property
fs_capacity_bytes: number
property
fs_used_bytes: number
property
id: string
property
image_digest: string
property
memory_snapshot_size_bytes: number

MemorySnapshotSizeBytes is non-nil iff the snapshot was captured with VM memory state. A non-nil value is the canonical signal that this snapshot can warm-restore from memory; nil means rootfs only.

property
name: string
property
registry_id: string
property
source_sandbox_id: string
property
status: string

HTTP status for the response that caused the error

property
status_message: string
property
updated_at: string
View source on GitHub