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

GoogleCloudAiplatformV1ExplanationMetadataOverrideInputMetadataOverride

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

The input metadata entries to be overridden.

interface GoogleCloudAiplatformV1ExplanationMetadataOverrideInputMetadataOverride {
inputBaselines?: any[];
}

§Properties

§
inputBaselines?: any[]
[src]

Baseline inputs for this feature. This overrides the input_baseline field of the ExplanationMetadata.InputMetadata object of the corresponding feature's input metadata. If it's not specified, the original baselines are not overridden.