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

XPSDockerFormat

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

A model format used for Docker containers. Use the params field to customize the container. The container is verified to work correctly on ubuntu 16.04 operating system.

interface XPSDockerFormat {
cpuArchitecture?: "CPU_ARCHITECTURE_UNSPECIFIED" | "CPU_ARCHITECTURE_X86_64";
gpuArchitecture?: "GPU_ARCHITECTURE_UNSPECIFIED" | "GPU_ARCHITECTURE_NVIDIA";
}

§Properties

§
cpuArchitecture?: "CPU_ARCHITECTURE_UNSPECIFIED" | "CPU_ARCHITECTURE_X86_64"
[src]

Optional. Additional cpu information describing the requirements for the to be exported model files.

§
gpuArchitecture?: "GPU_ARCHITECTURE_UNSPECIFIED" | "GPU_ARCHITECTURE_NVIDIA"
[src]

Optional. Additional gpu information describing the requirements for the to be exported model files.