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

XPSResponseExplanationSpec

import type { XPSResponseExplanationSpec } from "https://googleapis.deno.dev/v1/language:v2.ts";

Specification of Model explanation. Feature-based XAI in AutoML Vision ICN is deprecated, see b/288407203 for context.

interface XPSResponseExplanationSpec {
explanationType?: string;
}

§Properties

§
explanationType?: string
[src]

Explanation type. For AutoML Image Classification models, possible values are: * image-integrated-gradients * image-xrai

§

Metadata describing the Model's input and output for explanation.

§

Parameters that configure explaining of the Model's predictions.