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_clientresourcesSandboxesBoxCreateResponse
Interface●Since v0.8

BoxCreateResponse

Copy
interface BoxCreateResponse

Properties

property
created_at: string
property
created_by: string
property
dataplane_url: string
property
delete_after_stop_seconds: number
property
fs_capacity_bytes: number
property
id: string
property
idle_ttl_seconds: number
property
mem_bytes: number
property
mounts: SandboxapiS3BucketMountSpec | SandboxapiGcsBucketMountSpec[]
property
name: string
property
proxy_config: ProxyConfig
property
size_class: string
property
snapshot_id: string
property
status: string

HTTP status for the response that caused the error

property
status_message: string
property
stopped_at: string
property
updated_at: string
property
updated_by: string
property
vcpus: number
View source on GitHub