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

GoogleCloudAiplatformV1ListAnnotationsResponse

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

Response message for DatasetService.ListAnnotations.

interface GoogleCloudAiplatformV1ListAnnotationsResponse {
nextPageToken?: string;
}

§Properties

§

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

§
nextPageToken?: string
[src]

The standard List next-page token.