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

GoogleCloudAiplatformV1ListModelEvaluationSlicesResponse

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

Response message for ModelService.ListModelEvaluationSlices.

interface GoogleCloudAiplatformV1ListModelEvaluationSlicesResponse {
nextPageToken?: string;
}

§Properties

§

List of ModelEvaluations in the requested page.

§
nextPageToken?: string
[src]

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