AI Platform Notebooks v1beta1 API - Class VmImage (2.0.0-beta04)

public sealed class VmImage : IMessage<VmImage>, IEquatable<VmImage>, IDeepCloneable<VmImage>, IBufferMessage, IMessage

Reference documentation and code samples for the AI Platform Notebooks v1beta1 API class VmImage.

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

Inheritance

object > VmImage

Namespace

Google.Cloud.Notebooks.V1Beta1

Assembly

Google.Cloud.Notebooks.V1Beta1.dll

Constructors

VmImage()

public VmImage()

VmImage(VmImage)

public VmImage(VmImage other)
Parameter
NameDescription
otherVmImage

Properties

HasImageFamily

public bool HasImageFamily { get; }

Gets whether the "image_family" field is set

Property Value
TypeDescription
bool

HasImageName

public bool HasImageName { get; }

Gets whether the "image_name" field is set

Property Value
TypeDescription
bool

ImageCase

public VmImage.ImageOneofCase ImageCase { get; }
Property Value
TypeDescription
VmImageImageOneofCase

ImageFamily

public string ImageFamily { get; set; }

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

Property Value
TypeDescription
string

ImageName

public string ImageName { get; set; }

Use VM image name to find the image.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

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

Property Value
TypeDescription
string