public sealed class ContainerImage : IMessage<ContainerImage>, IEquatable<ContainerImage>, IDeepCloneable<ContainerImage>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1beta1 API class ContainerImage.
Definition of a container image for starting a notebook instance with the environment installed in a container.
Implements
IMessageContainerImage, IEquatableContainerImage, IDeepCloneableContainerImage, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Beta1Assembly
Google.Cloud.Notebooks.V1Beta1.dll
Constructors
ContainerImage()
public ContainerImage()
ContainerImage(ContainerImage)
public ContainerImage(ContainerImage other)
Parameter | |
---|---|
Name | Description |
other |
ContainerImage |
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 | |
---|---|
Type | Description |
string |
Tag
public string Tag { get; set; }
The tag of the container image. If not specified, this defaults to the latest tag.
Property Value | |
---|---|
Type | Description |
string |