Runtime Software Config
data class RuntimeSoftwareConfig(val customGpuDriverPath: String? = null, val enableHealthMonitoring: Boolean? = null, val idleShutdown: Boolean? = null, val idleShutdownTimeout: Int? = null, val installGpuDriver: Boolean? = null, val kernels: List<RuntimeSoftwareConfigKernel>? = null, val notebookUpgradeSchedule: String? = null, val postStartupScript: String? = null, val postStartupScriptBehavior: String? = null, val upgradeable: Boolean? = null)
Constructors
Link copied to clipboard
fun RuntimeSoftwareConfig(customGpuDriverPath: String? = null, enableHealthMonitoring: Boolean? = null, idleShutdown: Boolean? = null, idleShutdownTimeout: Int? = null, installGpuDriver: Boolean? = null, kernels: List<RuntimeSoftwareConfigKernel>? = null, notebookUpgradeSchedule: String? = null, postStartupScript: String? = null, postStartupScriptBehavior: String? = null, upgradeable: Boolean? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Cron expression in UTC timezone for schedule instance auto upgrade. Please follow the cron format.