| Package | Description |
|---|---|
| com.google.api.services.notebooks.v1.model |
| Modifier and Type | Method and Description |
|---|---|
RuntimeSoftwareConfig |
RuntimeSoftwareConfig.clone() |
RuntimeSoftwareConfig |
Runtime.getSoftwareConfig()
The config settings for software inside the runtime.
|
RuntimeSoftwareConfig |
RuntimeSoftwareConfig.set(String fieldName,
Object value) |
RuntimeSoftwareConfig |
RuntimeSoftwareConfig.setCustomGpuDriverPath(String customGpuDriverPath)
Specify a custom Cloud Storage path where the GPU driver is stored.
|
RuntimeSoftwareConfig |
RuntimeSoftwareConfig.setDisableTerminal(Boolean disableTerminal)
Bool indicating whether JupyterLab terminal will be available or not.
|
RuntimeSoftwareConfig |
RuntimeSoftwareConfig.setEnableHealthMonitoring(Boolean enableHealthMonitoring)
Verifies core internal services are running.
|
RuntimeSoftwareConfig |
RuntimeSoftwareConfig.setIdleShutdown(Boolean idleShutdown)
Runtime will automatically shutdown after idle_shutdown_time.
|
RuntimeSoftwareConfig |
RuntimeSoftwareConfig.setIdleShutdownTimeout(Integer idleShutdownTimeout)
Time in minutes to wait before shutting down runtime.
|
RuntimeSoftwareConfig |
RuntimeSoftwareConfig.setInstallGpuDriver(Boolean installGpuDriver)
Install Nvidia Driver automatically.
|
RuntimeSoftwareConfig |
RuntimeSoftwareConfig.setKernels(List<ContainerImage> kernels)
Optional.
|
RuntimeSoftwareConfig |
RuntimeSoftwareConfig.setMixerDisabled(Boolean mixerDisabled)
Bool indicating whether mixer client should be disabled.
|
RuntimeSoftwareConfig |
RuntimeSoftwareConfig.setNotebookUpgradeSchedule(String notebookUpgradeSchedule)
Cron expression in UTC timezone, used to schedule instance auto upgrade.
|
RuntimeSoftwareConfig |
RuntimeSoftwareConfig.setPostStartupScript(String postStartupScript)
Path to a Bash script that automatically runs after a notebook instance fully boots up.
|
RuntimeSoftwareConfig |
RuntimeSoftwareConfig.setPostStartupScriptBehavior(String postStartupScriptBehavior)
Behavior for the post startup script.
|
RuntimeSoftwareConfig |
RuntimeSoftwareConfig.setUpgradeable(Boolean upgradeable)
Output only.
|
RuntimeSoftwareConfig |
RuntimeSoftwareConfig.setVersion(String version)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
Runtime |
Runtime.setSoftwareConfig(RuntimeSoftwareConfig softwareConfig)
The config settings for software inside the runtime.
|
Copyright © 2011–2024 Google. All rights reserved.