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

GoogleCloudAiplatformV1DirectRawPredictResponse

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

Response message for PredictionService.DirectRawPredict.

interface GoogleCloudAiplatformV1DirectRawPredictResponse {
output?: Uint8Array;
}

§Properties

§
output?: Uint8Array
[src]

The prediction output.