Skip to main content

Engines

Engines are an abstraction on top of compute. Engines come in different sizes based on what your particular deployment details. The engines that you create with the SDK are the same ones available to you in the UI engine creation flow.

Note: Engines are only viewable and modifiable by Admin Users.

Attributes

id     ID of the engine

name Name of the engine

auto_suspend_seconds Number of seconds where engine is idle before automatic suspension

auto_resume   Boolean value for whether the engine should automatically start when given a job

template_id     Template ID for engine configuration

Methods

Engine.start

Engine.stop

Engine.set_auto_suspend_seconds

Engine.set_auto_resume

Engine.set_template_id