Properties of a RuntimeSoftwareConfig.
Package
@google-cloud/notebooksProperties
customGpuDriverPath
customGpuDriverPath?: (string|null);
RuntimeSoftwareConfig customGpuDriverPath
disableTerminal
disableTerminal?: (boolean|null);
RuntimeSoftwareConfig disableTerminal
enableHealthMonitoring
enableHealthMonitoring?: (boolean|null);
RuntimeSoftwareConfig enableHealthMonitoring
idleShutdown
idleShutdown?: (boolean|null);
RuntimeSoftwareConfig idleShutdown
idleShutdownTimeout
idleShutdownTimeout?: (number|null);
RuntimeSoftwareConfig idleShutdownTimeout
installGpuDriver
installGpuDriver?: (boolean|null);
RuntimeSoftwareConfig installGpuDriver
kernels
kernels?: (google.cloud.notebooks.v1.IContainerImage[]|null);
RuntimeSoftwareConfig kernels
notebookUpgradeSchedule
notebookUpgradeSchedule?: (string|null);
RuntimeSoftwareConfig notebookUpgradeSchedule
postStartupScript
postStartupScript?: (string|null);
RuntimeSoftwareConfig postStartupScript
postStartupScriptBehavior
postStartupScriptBehavior?: (google.cloud.notebooks.v1.RuntimeSoftwareConfig.PostStartupScriptBehavior|keyof typeof google.cloud.notebooks.v1.RuntimeSoftwareConfig.PostStartupScriptBehavior|null);
RuntimeSoftwareConfig postStartupScriptBehavior
upgradeable
upgradeable?: (boolean|null);
RuntimeSoftwareConfig upgradeable
version
version?: (string|null);
RuntimeSoftwareConfig version