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

GoogleCloudAiplatformV1ListDatasetVersionsResponse

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

Response message for DatasetService.ListDatasetVersions.

interface GoogleCloudAiplatformV1ListDatasetVersionsResponse {
nextPageToken?: string;
}

§Properties

§

A list of DatasetVersions that matches the specified filter in the request.

§
nextPageToken?: string
[src]

The standard List next-page token.