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

GoogleCloudAiplatformV1ListModelsResponse

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

Response message for ModelService.ListModels

interface GoogleCloudAiplatformV1ListModelsResponse {
nextPageToken?: string;
}

§Properties

§

List of Models in the requested page.

§
nextPageToken?: string
[src]

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