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

GoogleCloudAiplatformV1ListExecutionsResponse

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

Response message for MetadataService.ListExecutions.

interface GoogleCloudAiplatformV1ListExecutionsResponse {
nextPageToken?: string;
}

§Properties

§

The Executions retrieved from the MetadataStore.

§
nextPageToken?: string
[src]

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