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

ProjectsLocationsModelsEvaluationsListOptions

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

Additional options for AIplatform#projectsLocationsModelsEvaluationsList.

interface ProjectsLocationsModelsEvaluationsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
readMask?: string;
}

§Properties

§
filter?: string
[src]

The standard list filter.

§
pageSize?: number
[src]

The standard list page size.

§
pageToken?: string
[src]

The standard list page token. Typically obtained via ListModelEvaluationsResponse.next_page_token of the previous ModelService.ListModelEvaluations call.

§
readMask?: string
[src]

Mask specifying which fields to read.