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

GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesResponse

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

Response message for JobService.SearchModelDeploymentMonitoringStatsAnomalies.

interface GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesResponse {
nextPageToken?: string;
}

§Properties

§

Stats retrieved for requested objectives. There are at most 1000 ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats in the response.

§
nextPageToken?: string
[src]

The page token that can be used by the next JobService.SearchModelDeploymentMonitoringStatsAnomalies call.