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

TargetPlatform

import type { TargetPlatform } from "https://aws-api.deno.dev/v0.3/services/lookoutvision.ts?docs=full";

The platform on which a model runs on an AWS IoT Greengrass core device.

interface TargetPlatform {}

§Properties

§

The target accelerator for the model. NVIDIA (Nvidia graphics processing unit) is the only accelerator that is currently supported. You must also specify the gpu-code, trt-ver, and cuda-ver compiler options.

§

The target architecture for the model. The currently supported architectures are X86_64 (64-bit version of the x86 instruction set) and ARM_64 (ARMv8 64-bit CPU).

§

The target operating system for the model. Linux is the only operating system that is currently supported.