Vertex AI v1beta1 API - Class ColabImage (1.0.0-beta39)

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

Reference documentation and code samples for the Vertex AI v1beta1 API class ColabImage.

Colab image of the runtime.

Inheritance

object > ColabImage

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ColabImage()

public ColabImage()

ColabImage(ColabImage)

public ColabImage(ColabImage other)
Parameter
Name Description
other ColabImage

Properties

Description

public string Description { get; set; }

Output only. A human-readable description of the specified colab image release, populated by the system. Example: "Python 3.10", "Latest - current Python 3.11"

Property Value
Type Description
string

ReleaseName

public string ReleaseName { get; set; }

Optional. The release name of the NotebookRuntime Colab image, e.g. "py310". If not specified, detault to the latest release.

Property Value
Type Description
string