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

XPSModelArtifactItem

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

A single model artifact item.

interface XPSModelArtifactItem {
artifactFormat?:
| "ARTIFACT_FORMAT_UNSPECIFIED"
| "TF_CHECKPOINT"
| "TF_SAVED_MODEL"
| "TF_LITE"
| "EDGE_TPU_TF_LITE"
| "TF_JS"
| "CORE_ML";
gcsUri?: string;
}

§Properties

§
artifactFormat?: "ARTIFACT_FORMAT_UNSPECIFIED" | "TF_CHECKPOINT" | "TF_SAVED_MODEL" | "TF_LITE" | "EDGE_TPU_TF_LITE" | "TF_JS" | "CORE_ML"
[src]

The model artifact format.

§
gcsUri?: string
[src]

The Google Cloud Storage (GCS) uri that stores the model binary files.