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

GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse

import type { GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse } from "https://googleapis.deno.dev/v1/datalabeling:v1beta1.ts";

Results of searching example comparisons.

interface GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse {
nextPageToken?: string;
}

§Properties

§

A list of example comparisons matching the search criteria.

§
nextPageToken?: string
[src]

A token to retrieve next page of results.