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;
}