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

NotebookRuntimeOptions

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

Configures various aspects of Dataform notebook runtime.

interface NotebookRuntimeOptions {
aiPlatformNotebookRuntimeTemplate?: string;
gcsOutputBucket?: string;
}

§Properties

§
aiPlatformNotebookRuntimeTemplate?: string
[src]

Optional. The resource name of the [Colab runtime template] (https://cloud.google.com/colab/docs/runtimes), from which a runtime is created for notebook executions. If not specified, a runtime is created with Colab's default specifications.

§
gcsOutputBucket?: string
[src]

Optional. The Google Cloud Storage location to upload the result to. Format: gs://bucket-name.