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

GoogleCloudAiplatformV1ListModelDeploymentMonitoringJobsResponse

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

Response message for JobService.ListModelDeploymentMonitoringJobs.

interface GoogleCloudAiplatformV1ListModelDeploymentMonitoringJobsResponse {
modelDeploymentMonitoringJobs?: GoogleCloudAiplatformV1ModelDeploymentMonitoringJob[];
nextPageToken?: string;
}

§Properties

§

A list of ModelDeploymentMonitoringJobs that matches the specified filter in the request.

§
nextPageToken?: string
[src]

The standard List next-page token.