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

GoogleCloudAiplatformV1ListNasJobsResponse

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

Response message for JobService.ListNasJobs

interface GoogleCloudAiplatformV1ListNasJobsResponse {
nextPageToken?: string;
}

§Properties

§

List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.

§
nextPageToken?: string
[src]

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