VmImage

自訂 Compute Engine 虛擬機器映像檔的定義,可直接在 VM 上安裝環境,並啟動 Notebook 執行個體。

JSON 表示法
{
  "project": string,

  // Union field image can be only one of the following:
  "imageName": string,
  "imageFamily": string
  // End of list of possible types for union field image.
}
欄位
project

string

這是必要旗標,這個 VM 映像檔所屬的 Google Cloud 專案名稱。格式:{projectId}

聯集欄位 image。外部 Compute Engine VM 映像檔的參照。image 只能是下列其中一個設定:
imageName

string

使用 VM 映像檔名稱尋找映像檔。

imageFamily

string

使用這個 VM 映像檔系列尋找映像檔,系統會使用這個系列中最新的映像檔。