- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.3
- 1.0.6
- 0.6.2
public interface RuntimeSoftwareConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCustomGpuDriverPath()
public abstract String getCustomGpuDriverPath()
Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
string custom_gpu_driver_path = 6;
Type | Description |
String | The customGpuDriverPath. |
getCustomGpuDriverPathBytes()
public abstract ByteString getCustomGpuDriverPathBytes()
Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
string custom_gpu_driver_path = 6;
Type | Description |
ByteString | The bytes for customGpuDriverPath. |
getEnableHealthMonitoring()
public abstract boolean getEnableHealthMonitoring()
Verifies core internal services are running. Default: True
optional bool enable_health_monitoring = 2;
Type | Description |
boolean | The enableHealthMonitoring. |
getIdleShutdown()
public abstract boolean getIdleShutdown()
Runtime will automatically shutdown after idle_shutdown_time. Default: True
optional bool idle_shutdown = 3;
Type | Description |
boolean | The idleShutdown. |
getIdleShutdownTimeout()
public abstract int getIdleShutdownTimeout()
Time in minutes to wait before shutting down runtime. Default: 180 minutes
int32 idle_shutdown_timeout = 4;
Type | Description |
int | The idleShutdownTimeout. |
getInstallGpuDriver()
public abstract boolean getInstallGpuDriver()
Install Nvidia Driver automatically.
bool install_gpu_driver = 5;
Type | Description |
boolean | The installGpuDriver. |
getNotebookUpgradeSchedule()
public abstract String getNotebookUpgradeSchedule()
Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
string notebook_upgrade_schedule = 1;
Type | Description |
String | The notebookUpgradeSchedule. |
getNotebookUpgradeScheduleBytes()
public abstract ByteString getNotebookUpgradeScheduleBytes()
Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
string notebook_upgrade_schedule = 1;
Type | Description |
ByteString | The bytes for notebookUpgradeSchedule. |
getPostStartupScript()
public abstract String getPostStartupScript()
Path to a Bash script that automatically runs after a notebook instance
fully boots up. The path must be a URL or
Cloud Storage path (gs://path-to-file/file-name
).
string post_startup_script = 7;
Type | Description |
String | The postStartupScript. |
getPostStartupScriptBytes()
public abstract ByteString getPostStartupScriptBytes()
Path to a Bash script that automatically runs after a notebook instance
fully boots up. The path must be a URL or
Cloud Storage path (gs://path-to-file/file-name
).
string post_startup_script = 7;
Type | Description |
ByteString | The bytes for postStartupScript. |
hasEnableHealthMonitoring()
public abstract boolean hasEnableHealthMonitoring()
Verifies core internal services are running. Default: True
optional bool enable_health_monitoring = 2;
Type | Description |
boolean | Whether the enableHealthMonitoring field is set. |
hasIdleShutdown()
public abstract boolean hasIdleShutdown()
Runtime will automatically shutdown after idle_shutdown_time. Default: True
optional bool idle_shutdown = 3;
Type | Description |
boolean | Whether the idleShutdown field is set. |