RuntimeSoftwareConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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
Attributes | |
---|---|
Name | Description |
notebook_upgrade_schedule |
str
Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the `cron format |
enable_health_monitoring |
bool
Verifies core internal services are running. Default: True This field is a member of oneof _ _enable_health_monitoring .
|
idle_shutdown |
bool
Runtime will automatically shutdown after idle_shutdown_time. Default: True This field is a member of oneof _ _idle_shutdown .
|
idle_shutdown_timeout |
int
Time in minutes to wait before shutting down runtime. Default: 180 minutes |
install_gpu_driver |
bool
Install Nvidia Driver automatically. Default: True |
custom_gpu_driver_path |
str
Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers. |
post_startup_script |
str
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 ).
|
kernels |
Sequence[google.cloud.notebooks_v1.types.ContainerImage]
Optional. Use a list of container images to use as Kernels in the notebook instance. |
upgradeable |
bool
Output only. Bool indicating whether an newer image is available in an image family. This field is a member of oneof _ _upgradeable .
|