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

ProjectsDatasetsAnnotatedDatasetsExamplesListOptions

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

Additional options for DataLabeling#projectsDatasetsAnnotatedDatasetsExamplesList.

interface ProjectsDatasetsAnnotatedDatasetsExamplesListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. An expression for filtering Examples. For annotated datasets that have annotation spec set, filter by annotation_spec.display_name is supported. Format "annotation_spec.display_name = {display_name}"

§
pageSize?: number
[src]

Optional. Requested page size. Server may return fewer results than requested. Default value is 100.

§
pageToken?: string
[src]

Optional. A token identifying a page of results for the server to return. Typically obtained by ListExamplesResponse.next_page_token of the previous [DataLabelingService.ListExamples] call. Return first page if empty.