FeatureList

data class FeatureList(val network: Boolean? = null, val gpu_device: Settings.Config.FeatureList.GpuDeviceSpec?) : SystemResources

List of user-configurable features which can be enabled/disabled on a per-assignment configuration basis.

Constructors

Link copied to clipboard
constructor(network: Boolean? = null, gpu_device: Settings.Config.FeatureList.GpuDeviceSpec?)

Types

Link copied to clipboard
sealed class GpuDeviceSpec

A YAML-mappable object which represents the OR-joined list of GPU devices to enable.

Properties

Link copied to clipboard
open override val gpu: List<GpuDevice.Vendor>?

List of GPU vendors required for the pipeline.

Link copied to clipboard
open override val network: Boolean? = null

Whether to enable network access.