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

GoogleCloudAiplatformV1DirectRawPredictRequest

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

Request message for PredictionService.DirectRawPredict.

interface GoogleCloudAiplatformV1DirectRawPredictRequest {
input?: Uint8Array;
methodName?: string;
}

§Properties

§
input?: Uint8Array
[src]

The prediction input.

§
methodName?: string
[src]

Fully qualified name of the API method being invoked to perform predictions. Format: /namespace.Service/Method/ Example: /tensorflow.serving.PredictionService/Predict