Description
Creates a compute environment
Endpoint
/compute
Method
POST
Minimum Access Level
Account holder only.
Processing units
1
layers
Layers you wish to use in the environment. Should be an array of object, each object needs a pathId and timestampId
true
files
Files you wish to use in the environment. Should be an array of pathId's.
false
nodes
The number nodes you wish to parallelize over.
interpreter
The Python version you wish to use
Python3.15
requirements
Array of PIP packages you wish to use in the environment
largeResult
Boolean. If false the result is returned as JSON object, if true download link for the result is returned.
enableGpu
Boolean indicating whether to use GPU nodes
Last updated 1 day ago