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

ProjectsLocationsStudiesTrialsListOptions

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

Additional options for AIplatform#projectsLocationsStudiesTrialsList.

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

§Properties

§
pageSize?: number
[src]

Optional. The number of Trials to retrieve per "page" of results. If unspecified, the 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.