execute function
Last updated
Description
Fetches a compute task
Endpoint
/compute/{computeId}/execute
Method
POST
Access Level
Account holder only.
Processing units
1
computeId
The id of the compute environment to execute the function on
true
f
A Python function to be executed as string
true
writeToLayer
An object describing the layer you wish to write the result to. Must be an object with pathId and timestampId. Must be defined when compute environment has been created with lareResult=True
false
Last updated