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

GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource

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

The content of the input notebook in ipynb format.

interface GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource {
content?: Uint8Array;
}

§Properties

§
content?: Uint8Array
[src]

The base64-encoded contents of the input notebook file.