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

XPSResponseExplanationMetadataInputMetadata

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

Metadata of the input of a feature.

interface XPSResponseExplanationMetadataInputMetadata {
inputTensorName?: string;
modality?:
| "MODALITY_UNSPECIFIED"
| "NUMERIC"
| "IMAGE"
| "CATEGORICAL";
visualizationConfig?: XPSVisualization;
}

§Properties

§
inputTensorName?: string
[src]

Name of the input tensor for this model. Only needed in train response.

§
modality?: "MODALITY_UNSPECIFIED" | "NUMERIC" | "IMAGE" | "CATEGORICAL"
[src]

Modality of the feature. Valid values are: numeric, image. Defaults to numeric.

§
visualizationConfig?: XPSVisualization
[src]

Visualization configurations for image explanation.