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

GoogleCloudAiplatformV1ExplainResponse

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

Response message for PredictionService.Explain.

interface GoogleCloudAiplatformV1ExplainResponse {
deployedModelId?: string;
predictions?: any[];
}

§Properties

§
deployedModelId?: string
[src]

ID of the Endpoint's DeployedModel that served this explanation.

§

The explanations of the Model's PredictResponse.predictions. It has the same number of elements as instances to be explained.

§
predictions?: any[]
[src]

The predictions that are the output of the predictions call. Same as PredictResponse.predictions.