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

ProjectsLocationsModelsEvaluationsSlicesListOptions

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

Additional options for AIplatform#projectsLocationsModelsEvaluationsSlicesList.

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

§Properties

§
filter?: string
[src]

The standard list filter. * slice.dimension - for =.

§
pageSize?: number
[src]

The standard list page size.

§
pageToken?: string
[src]

The standard list page token. Typically obtained via ListModelEvaluationSlicesResponse.next_page_token of the previous ModelService.ListModelEvaluationSlices call.

§
readMask?: string
[src]

Mask specifying which fields to read.