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

XPSBatchPredictResponse

import type { XPSBatchPredictResponse } from "https://googleapis.deno.dev/v1/language:v2.ts";
interface XPSBatchPredictResponse {
exampleSet?: XPSExampleSet;
}

§Properties

§
exampleSet?: XPSExampleSet
[src]

Examples for batch prediction result. Under full API implementation, results are stored in shared RecordIO of AnnotatedExample protobufs, the annotations field of which is populated by XPS backend.