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

XPSResponseExplanationMetadataOutputMetadata

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

Metadata of the prediction output to be explained.

interface XPSResponseExplanationMetadataOutputMetadata {
outputTensorName?: string;
}

§Properties

§
outputTensorName?: string
[src]

Name of the output tensor. Only needed in train response.