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

GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequest

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

Request message for JobService.SearchModelDeploymentMonitoringStatsAnomalies.

interface GoogleCloudAiplatformV1SearchModelDeploymentMonitoringStatsAnomaliesRequest {
deployedModelId?: string;
endTime?: Date;
featureDisplayName?: string;
pageSize?: number;
pageToken?: string;
startTime?: Date;
}

§Properties

§
deployedModelId?: string
[src]

Required. The DeployedModel ID of the [ModelDeploymentMonitoringObjectiveConfig.deployed_model_id].

§
endTime?: Date
[src]

The latest timestamp of stats being generated. If not set, indicates feching stats till the latest possible one.

§
featureDisplayName?: string
[src]

The feature display name. If specified, only return the stats belonging to this feature. Format: ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.feature_display_name, example: "user_destination".

§
pageSize?: number
[src]

The standard list page size.

§
pageToken?: string
[src]

A page token received from a previous JobService.SearchModelDeploymentMonitoringStatsAnomalies call.

§
startTime?: Date
[src]

The earliest timestamp of stats being generated. If not set, indicates fetching stats till the earliest possible one.