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

GoogleCloudAiplatformV1ListIndexEndpointsResponse

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

Response message for IndexEndpointService.ListIndexEndpoints.

interface GoogleCloudAiplatformV1ListIndexEndpointsResponse {
nextPageToken?: string;
}

§Properties

§

List of IndexEndpoints in the requested page.

§
nextPageToken?: string
[src]

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