Notebook Software Config. This is passed to the backend when user makes software configurations in UI.
Optional. Environment variables to be passed to the container. Maximum limit is 100.
runtime_imageUnion type
                  
                runtime_image can be only one of the following:Optional. Google-managed NotebookRuntime colab image.
| JSON representation | 
|---|
| { "env": [ { object ( | 
ColabImage
Colab image of the runtime.
releaseNamestring
                  
                Optional. The release name of the NotebookRuntime Colab image, e.g. "py310". If not specified, detault to the latest release.
descriptionstring
                  
                Output only. A human-readable description of the specified colab image release, populated by the system. Example: "Python 3.10", "Latest - current Python 3.11"
| JSON representation | 
|---|
| { "releaseName": string, "description": string } |