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.