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

XPSVideoExportModelSpec

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

Information of downloadable models that are pre-generated as part of training flow and will be persisted in AutoMl backend. Upon receiving ExportModel request from user, AutoMl backend can serve the pre-generated models to user if exists (by copying the files from internal path to user provided location), otherwise, AutoMl backend will call xPS ExportModel API to generate the model on the fly with the requesting format.

interface XPSVideoExportModelSpec {
exportModelOutputConfig?: XPSExportModelOutputConfig[];
}

§Properties

§
exportModelOutputConfig?: XPSExportModelOutputConfig[]
[src]

Contains the model format and internal location of the model files to be exported/downloaded. Use the GCS bucket name which is provided via TrainRequest.gcs_bucket_name to store the model files.