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

ProjectsLocationsStudiesListOptions

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

Additional options for AIplatform#projectsLocationsStudiesList.

interface ProjectsLocationsStudiesListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of studies to return per "page" of results. If unspecified, service will pick an appropriate default.

§
pageToken?: string
[src]

Optional. A page token to request the next page of results. If unspecified, there are no subsequent pages.