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

GoogleCloudAiplatformV1ListNotebookRuntimeTemplatesResponse

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

Response message for NotebookService.ListNotebookRuntimeTemplates.

interface GoogleCloudAiplatformV1ListNotebookRuntimeTemplatesResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

A token to retrieve next page of results. Pass to ListNotebookRuntimeTemplatesRequest.page_token to obtain that page.

§

List of NotebookRuntimeTemplates in the requested page.