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