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

XPSExportModelOutputConfig

import type { XPSExportModelOutputConfig } from "https://googleapis.deno.dev/v1/language:v2.ts";
interface XPSExportModelOutputConfig {
coreMlFormat?: XPSCoreMlFormat;
dockerFormat?: XPSDockerFormat;
edgeTpuTfLiteFormat?: XPSEdgeTpuTfLiteFormat;
exportFirebaseAuxiliaryInfo?: boolean;
outputGcrUri?: string;
outputGcsUri?: string;
tfJsFormat?: XPSTfJsFormat;
tfLiteFormat?: XPSTfLiteFormat;
tfSavedModelFormat?: XPSTfSavedModelFormat;
}

§Properties

§
coreMlFormat?: XPSCoreMlFormat
[src]
§
dockerFormat?: XPSDockerFormat
[src]
§
edgeTpuTfLiteFormat?: XPSEdgeTpuTfLiteFormat
[src]
§
exportFirebaseAuxiliaryInfo?: boolean
[src]

For any model and format: If true, will additionally export FirebaseExportedModelInfo in a firebase.txt file.

§
outputGcrUri?: string
[src]

The Google Contained Registry (GCR) path the exported files to be pushed to. This location is set if the exported format is DOCKDER.

§
outputGcsUri?: string
[src]

The Google Cloud Storage (GCS) directory where XPS will output the exported models and related files. Format: gs://bucket/directory

§
tfLiteFormat?: XPSTfLiteFormat
[src]
§
tfSavedModelFormat?: XPSTfSavedModelFormat
[src]