Create environment

Description

Creates a compute environment

Endpoint

/compute

Method

POST

Access Level Rules

Minimum Access Level

Account holder only.

Processing Units

Processing units

1

Parameters

Name
Description
Required
Default

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.

true

interpreter

The Python version you wish to use

false

Python3.15

requirements

Array of PIP packages you wish to use in the environment

false

largeResult

Boolean. If false the result is returned as JSON object, if true download link for the result is returned.

false

false

enableGpu

Boolean indicating whether to use GPU nodes

false

false

Last updated