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

UnstructuredInference

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

Configuration for making inferences using arbitrary JSON payloads.

interface UnstructuredInference {
parameters?: {
[key: string]: any;
}
;
}

§Properties

§
parameters?: {
[key: string]: any;
}
[src]

Optional. A parameters object to be included in each inference request. The parameters object is combined with the data field of the Pub/Sub message to form the inference request.