| 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.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.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.
|
| Modifier and Type | Method and Description |
|---|---|
Runtime |
Runtime.setSoftwareConfig(RuntimeSoftwareConfig softwareConfig)
The config settings for software inside the runtime.
|
Copyright © 2011–2022 Google. All rights reserved.