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

GoogleCloudAiplatformV1AssignNotebookRuntimeRequest

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

Request message for NotebookService.AssignNotebookRuntime.

interface GoogleCloudAiplatformV1AssignNotebookRuntimeRequest {
notebookRuntimeId?: string;
notebookRuntimeTemplate?: string;
}

§Properties

§

Required. Provide runtime specific information (e.g. runtime owner, notebook id) used for NotebookRuntime assignment.

§
notebookRuntimeId?: string
[src]

Optional. User specified ID for the notebook runtime.

§
notebookRuntimeTemplate?: string
[src]

Required. The resource name of the NotebookRuntimeTemplate based on which a NotebookRuntime will be assigned (reuse or create a new one).