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

TpuMetric

import type { TpuMetric } from "https://googleapis.deno.dev/v1/language:v2.ts";
interface TpuMetric {
tpuSec?: bigint;
tpuType?:
| "UNKNOWN_TPU_TYPE"
| "TPU_V2_POD"
| "TPU_V2"
| "TPU_V3_POD"
| "TPU_V3"
| "TPU_V5_LITEPOD";
}

§Properties

§
tpuSec?: bigint
[src]

Required. Seconds of TPU usage, e.g. 3600.

§
tpuType?: "UNKNOWN_TPU_TYPE" | "TPU_V2_POD" | "TPU_V2" | "TPU_V3_POD" | "TPU_V3" | "TPU_V5_LITEPOD"
[src]

Required. Type of TPU, e.g. TPU_V2, TPU_V3_POD.