Class RuntimeSoftwareConfig (1.1.1)

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
  • report-system-health: true

Attributes

NameDescription
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.
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).