VmImageResponse

data class VmImageResponse(val imageFamily: String, val imageName: String, val project: String)

Definition of a custom Compute Engine virtual machine image for starting a notebook instance with the environment installed directly on the VM.

Constructors

Link copied to clipboard
fun VmImageResponse(imageFamily: String, imageName: String, project: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Use this VM image family to find the image; the newest image in this family will be used.

Link copied to clipboard

Use VM image name to find the image.

Link copied to clipboard

The name of the Google Cloud project that this VM image belongs to. Format: {project_id}