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

GoogleCloudAiplatformV1NotebookIdleShutdownConfig

import type { GoogleCloudAiplatformV1NotebookIdleShutdownConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

The idle shutdown configuration of NotebookRuntimeTemplate, which contains the idle_timeout as required field.

interface GoogleCloudAiplatformV1NotebookIdleShutdownConfig {
idleShutdownDisabled?: boolean;
idleTimeout?: number;
}

§Properties

§
idleShutdownDisabled?: boolean
[src]

Whether Idle Shutdown is disabled in this NotebookRuntimeTemplate.

§
idleTimeout?: number
[src]

Required. Duration is accurate to the second. In Notebook, Idle Timeout is accurate to minute so the range of idle_timeout (second) is: 10 * 60 ~ 1440