Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1ColabImage

import type { GoogleCloudAiplatformV1ColabImage } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Colab image of the runtime.

interface GoogleCloudAiplatformV1ColabImage {
readonly description?: string;
releaseName?: string;
}

§Properties

§
readonly description?: string
[src]

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"

§
releaseName?: string
[src]

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