ImageClass#
- class controller.models.v1.lab.ImageClass(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#
Bases:
EnumSupported 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
Attributes Documentation
- LATEST_DAILY = 'latest-daily'#
- LATEST_RELEASE = 'latest-release'#
- LATEST_WEEKLY = 'latest-weekly'#
- RECOMMENDED = 'recommended'#