AI Platform Notebooks v1 API - Class ContainerImage (2.4.0)

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

Reference documentation and code samples for the AI Platform Notebooks v1 API class ContainerImage.

Definition of a container image for starting a notebook instance with the environment installed in a container.

Inheritance

object > ContainerImage

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

ContainerImage()

public ContainerImage()

ContainerImage(ContainerImage)

public ContainerImage(ContainerImage other)
Parameter
NameDescription
otherContainerImage

Properties

Repository

public string Repository { get; set; }

Required. The path to the container image repository. For example: gcr.io/{project_id}/{image_name}

Property Value
TypeDescription
string

Tag

public string Tag { get; set; }

The tag of the container image. If not specified, this defaults to the latest tag.

Property Value
TypeDescription
string