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

GoogleCloudAiplatformV1ListContextsResponse

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

Response message for MetadataService.ListContexts.

interface GoogleCloudAiplatformV1ListContextsResponse {
nextPageToken?: string;
}

§Properties

§

The Contexts retrieved from the MetadataStore.

§
nextPageToken?: string
[src]

A token, which can be sent as ListContextsRequest.page_token to retrieve the next page. If this field is not populated, there are no subsequent pages.