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

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

§Properties

§
commitSha?: string
[src]

The commit SHA to read repository with. If unset, the file will be read at HEAD.

§
dataformRepositoryResourceName?: string
[src]

The resource name of the Dataform Repository. Format: projects/{project_id}/locations/{location}/repositories/{repository_id}