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

GoogleCloudAiplatformV1ListTuningJobsResponse

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

Response message for GenAiTuningService.ListTuningJobs

interface GoogleCloudAiplatformV1ListTuningJobsResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

A token to retrieve the next page of results. Pass to ListTuningJobsRequest.page_token to obtain that page.

§

List of TuningJobs in the requested page.