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

GoogleCloudAiplatformV1ListNasTrialDetailsResponse

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

Response message for JobService.ListNasTrialDetails

interface GoogleCloudAiplatformV1ListNasTrialDetailsResponse {
nextPageToken?: string;
}

§Properties

§

List of top NasTrials in the requested page.

§
nextPageToken?: string
[src]

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