ImageClass

class controller.models.v1.lab.ImageClass(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

Supported classes of images.

These keywords can be passed into the spawn form to spawn whatever image matches this class, as determined by the lab controller. This is primarily used when spawning notebooks for bot users.

Attributes Summary

LATEST_DAILY

LATEST_RELEASE

LATEST_WEEKLY

RECOMMENDED

Attributes Documentation

LATEST_DAILY = 'latest-daily'
LATEST_RELEASE = 'latest-release'
LATEST_WEEKLY = 'latest-weekly'
RECOMMENDED = 'recommended'