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

GoogleCloudMlV1__ListModelsResponse

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

Response message for the ListModels method.

interface GoogleCloudMlV1__ListModelsResponse {
nextPageToken?: string;
}

§Properties

§

The list of models.

§
nextPageToken?: string
[src]

Optional. Pass this token as the page_token field of the request for a subsequent call.