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

GoogleCloudAiplatformV1ModelDeploymentMonitoringObjectiveConfig

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

ModelDeploymentMonitoringObjectiveConfig contains the pair of deployed_model_id to ModelMonitoringObjectiveConfig.

interface GoogleCloudAiplatformV1ModelDeploymentMonitoringObjectiveConfig {
deployedModelId?: string;
}

§Properties

§
deployedModelId?: string
[src]

The DeployedModel ID of the objective config.

§

The objective config of for the modelmonitoring job of this deployed model.