GoogleCloudAiplatformV1NotebookExecutionJobDataformRepositorySource
import type { GoogleCloudAiplatformV1NotebookExecutionJobDataformRepositorySource } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
The Dataform Repository containing the input notebook.
interface GoogleCloudAiplatformV1NotebookExecutionJobDataformRepositorySource {
commitSha?: string;
dataformRepositoryResourceName?: string;
}