AI Platform Notebooks V1 API - Class Google::Cloud::Notebooks::V1::VmImage (v0.9.0)

Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::VmImage.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#image_family

def image_family() -> ::String
Returns
  • (::String) — Use this VM image family to find the image; the newest image in this family will be used.

#image_family=

def image_family=(value) -> ::String
Parameter
  • value (::String) — Use this VM image family to find the image; the newest image in this family will be used.
Returns
  • (::String) — Use this VM image family to find the image; the newest image in this family will be used.

#image_name

def image_name() -> ::String
Returns
  • (::String) — Use VM image name to find the image.

#image_name=

def image_name=(value) -> ::String
Parameter
  • value (::String) — Use VM image name to find the image.
Returns
  • (::String) — Use VM image name to find the image.

#project

def project() -> ::String
Returns
  • (::String) — Required. The name of the Google Cloud project that this VM image belongs to. Format: {project_id}

#project=

def project=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the Google Cloud project that this VM image belongs to. Format: {project_id}
Returns
  • (::String) — Required. The name of the Google Cloud project that this VM image belongs to. Format: {project_id}