langchain.js
Preparing search index...
langsmith
experimental/sandbox
ResourceSpec
Interface ResourceSpec
Resource specification for a sandbox.
interface
ResourceSpec
{
cpu
?:
string
;
memory
?:
string
;
storage
?:
string
;
}
Index
Properties
cpu?
memory?
storage?
Properties
Optional
cpu
cpu
?:
string
Optional
memory
memory
?:
string
Optional
storage
storage
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cpu
memory
storage
langchain.js
Loading...
Resource specification for a sandbox.