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

GoogleCloudAiplatformV1ListModelVersionsResponse

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

Response message for ModelService.ListModelVersions

interface GoogleCloudAiplatformV1ListModelVersionsResponse {
nextPageToken?: string;
}

§Properties

§

List of Model versions in the requested page. In the returned Model name field, version ID instead of regvision tag will be included.

§
nextPageToken?: string
[src]

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