Description
Allocates a new compute task
Endpoint
/compute
Method
POST
Minimum Access Level
Account holder only.
Processing units
1
interpreter
The interpreter to use for the compute task.
true
requirements
The requirements.txt containing the packages needed to run your code.
nodes
The number of nodes that should be allocated to the compute task.
layers
An array of objects with properties 'pathId' and 'timestampId' of the layers whose data to load into the nodes.
largeResult
Boolean whether the output of the script is a file instead of a standard primitive.
false
Default false.
Last updated 8 months ago