execute function

Description

Fetches a compute task

Endpoint

/compute/{computeId}/execute

Method

POST

Access Level Rules

Access Level

Account holder only.

Processing Units

Processing units

1

Parameters

Name
Description
Required
Default

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