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

NotebookAction

import type { NotebookAction } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

Represents a workflow action that will run against a Notebook runtime.

interface NotebookAction {
readonly contents?: string;
readonly jobId?: string;
}

§Properties

§
readonly contents?: string
[src]

Output only. The code contents of a Notebook to be run.

§
readonly jobId?: string
[src]

Output only. The ID of the Vertex job that executed the notebook in contents and also the ID used for the outputs created in Google Cloud Storage buckets. Only set once the job has started to run.