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

XPSVideoModelArtifactSpec

import type { XPSVideoModelArtifactSpec } from "https://googleapis.deno.dev/v1/language:v2.ts";
interface XPSVideoModelArtifactSpec {
exportArtifact?: XPSModelArtifactItem[];
servingArtifact?: XPSModelArtifactItem;
}

§Properties

§
exportArtifact?: XPSModelArtifactItem[]
[src]

The model binary files in different formats for model export.

§
servingArtifact?: XPSModelArtifactItem
[src]

The default model binary file used for serving (e.g. batch predict) via public Cloud AI Platform API.