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

GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigExplanationConfig

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

The config for integrating with Vertex Explainable AI. Only applicable if the Model has explanation_spec populated.

interface GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigExplanationConfig {
enableFeatureAttributes?: boolean;
}

§Properties

§
enableFeatureAttributes?: boolean
[src]

If want to analyze the Vertex Explainable AI feature attribute scores or not. If set to true, Vertex AI will log the feature attributions from explain response and do the skew/drift detection for them.

§

Predictions generated by the BatchPredictionJob using baseline dataset.