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

GoogleCloudAiplatformV1NotebookExecutionJobGcsNotebookSource

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

The Cloud Storage uri for the input notebook.

interface GoogleCloudAiplatformV1NotebookExecutionJobGcsNotebookSource {
generation?: string;
uri?: string;
}

§Properties

§
generation?: string
[src]

The version of the Cloud Storage object to read. If unset, the current version of the object is read. See https://cloud.google.com/storage/docs/metadata#generation-number.

§
uri?: string
[src]

The Cloud Storage uri pointing to the ipynb file. Format: gs://bucket/notebook_file.ipynb