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.