Show / Hide Table of Contents

Class ContainerImage

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

Inheritance
object
ContainerImage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class ContainerImage : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Repository

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

Declaration
[JsonProperty("repository")]
public virtual string Repository { get; set; }
Property Value
Type Description
string

Tag

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

Declaration
[JsonProperty("tag")]
public virtual string Tag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX