Runtime Software Config Response
data class RuntimeSoftwareConfigResponse(val customGpuDriverPath: String, val disableTerminal: Boolean, val enableHealthMonitoring: Boolean, val idleShutdown: Boolean, val idleShutdownTimeout: Int, val installGpuDriver: Boolean, val kernels: List<ContainerImageResponse>, val mixerDisabled: Boolean, val notebookUpgradeSchedule: String, val postStartupScript: String, val postStartupScriptBehavior: String, val upgradeable: Boolean, val version: String)
Specifies the selection and configuration of software inside the runtime. The properties to set on runtime. Properties keys are specified in key:value
format, for example: * idle_shutdown: true
* idle_shutdown_timeout: 180
* enable_health_monitoring: true
Constructors
Link copied to clipboard
fun RuntimeSoftwareConfigResponse(customGpuDriverPath: String, disableTerminal: Boolean, enableHealthMonitoring: Boolean, idleShutdown: Boolean, idleShutdownTimeout: Int, installGpuDriver: Boolean, kernels: List<ContainerImageResponse>, mixerDisabled: Boolean, notebookUpgradeSchedule: String, postStartupScript: String, postStartupScriptBehavior: String, upgradeable: Boolean, version: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
Link copied to clipboard
Link copied to clipboard