Reference documentation and code samples for the AI Platform Notebooks V1beta1 API class Google::Cloud::Notebooks::V1beta1::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
-
(::String) — Use this VM image family to find the image; the newest image in this
family will be used.
Note: The following fields are mutually exclusive:
image_family
,image_name
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#image_family=
def image_family=(value) -> ::String
-
value (::String) — Use this VM image family to find the image; the newest image in this
family will be used.
Note: The following fields are mutually exclusive:
image_family
,image_name
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Use this VM image family to find the image; the newest image in this
family will be used.
Note: The following fields are mutually exclusive:
image_family
,image_name
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#image_name
def image_name() -> ::String
-
(::String) — Use VM image name to find the image.
Note: The following fields are mutually exclusive:
image_name
,image_family
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#image_name=
def image_name=(value) -> ::String
-
value (::String) — Use VM image name to find the image.
Note: The following fields are mutually exclusive:
image_name
,image_family
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Use VM image name to find the image.
Note: The following fields are mutually exclusive:
image_name
,image_family
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#project
def project() -> ::String
-
(::String) — Required. The name of the Google Cloud project that this VM image belongs to.
Format:
projects/{project_id}
#project=
def project=(value) -> ::String
-
value (::String) — Required. The name of the Google Cloud project that this VM image belongs to.
Format:
projects/{project_id}
-
(::String) — Required. The name of the Google Cloud project that this VM image belongs to.
Format:
projects/{project_id}