Stay organized with collectionsSave and categorize content based on your preferences.
Definition of a custom Compute Engine virtual machine image for starting a notebook instance with the environment installed directly on the VM.
JSON representation
{"project":string,// Union fieldimagecan be only one of the following:"imageName":string,"imageFamily":string// End of list of possible types for union fieldimage.}
Fields
project
string
Required. The name of the Google Cloud project that this VM image belongs to. Format:{projectId}
Union fieldimage. The reference to an external Compute Engine VM image.imagecan be only one of the following:
imageName
string
Use VM image name to find the image.
imageFamily
string
Use this VM image family to find the image; the newest image in this family will be used.
[[["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-06-27 UTC."],[],[],null,["# VmImage\n\nDefinition of a custom Compute Engine virtual machine image for starting a notebook instance with the environment installed directly on the VM."]]