{"env": [{object (EnvVar)}],// runtime_image"colabImage": {object (ColabImage)}// Union type}
ColabImage
Colab image of the runtime.
Fields
releaseName
string
Optional. The release name of the NotebookRuntime Colab image, e.g. "py310". If not specified, detault to the latest release.
description
string
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"
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-23 UTC."],[],[],null,["# NotebookSoftwareConfig\n\nNotebook Software Config. This is passed to the backend when user makes software configurations in UI.\nFields `env[]` `object (`[EnvVar](/vertex-ai/docs/reference/rest/v1/EnvVar)`)` \nOptional. Environment variables to be passed to the container. Maximum limit is 100. \n`runtime_image` `Union type` \nThe image to be used by the notebook runtime. Can be one of release name, or custom container image. `runtime_image` can be only one of the following:\n`colabImage` `object (`[ColabImage](/vertex-ai/docs/reference/rest/v1/NotebookSoftwareConfig#ColabImage)`)` \nOptional. Google-managed NotebookRuntime colab image. \n\nColabImage\n----------\n\nColab image of the runtime.\nFields `releaseName` `string` \nOptional. The release name of the NotebookRuntime Colab image, e.g. \"py310\". If not specified, detault to the latest release.\n`description` `string` \nOutput only. A human-readable description of the specified colab image release, populated by the system. Example: \"Python 3.10\", \"Latest - current Python 3.11\""]]