Runtime Software Config Args
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
Constructors
Properties
Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
Bool indicating whether JupyterLab terminal will be available or not. Default: False
Verifies core internal services are running. Default: True
Runtime will automatically shutdown after idle_shutdown_time. Default: True
Time in minutes to wait before shutting down runtime. Default: 180 minutes
Install Nvidia Driver automatically. Default: True
Optional. Use a list of container images to use as Kernels in the notebook instance.
Bool indicating whether mixer client should be disabled. Default: False
Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
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
).
Behavior for the post startup script.