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

XPSPreprocessResponse

import type { XPSPreprocessResponse } from "https://googleapis.deno.dev/v1/language:v2.ts";

Next ID: 8

interface XPSPreprocessResponse {
outputExampleSet?: XPSExampleSet;
speechPreprocessResp?: XPSSpeechPreprocessResponse;
tablesPreprocessResponse?: XPSTablesPreprocessResponse;
translationPreprocessResp?: XPSTranslationPreprocessResponse;
}

§Properties

§
outputExampleSet?: XPSExampleSet
[src]

Preprocessed examples, that are to be imported into AutoML storage. This should point to RecordIO file(s) of PreprocessedExample messages. The PreprocessedExample.mvp_training_data-s returned here are later verbatim passed to Train() call in TrainExample.mvp_training_data.

§
speechPreprocessResp?: XPSSpeechPreprocessResponse
[src]
§
tablesPreprocessResponse?: XPSTablesPreprocessResponse
[src]
§
translationPreprocessResp?: XPSTranslationPreprocessResponse
[src]