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

GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigExplanationConfigExplanationBaseline

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

Output from BatchPredictionJob for Model Monitoring baseline dataset, which can be used to generate baseline attribution scores.

interface GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigExplanationConfigExplanationBaseline {
predictionFormat?: "PREDICTION_FORMAT_UNSPECIFIED" | "JSONL" | "BIGQUERY";
}

§Properties

§

BigQuery location for BatchExplain output.

§

Cloud Storage location for BatchExplain output.

§
predictionFormat?: "PREDICTION_FORMAT_UNSPECIFIED" | "JSONL" | "BIGQUERY"
[src]

The storage format of the predictions generated BatchPrediction job.