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

UsageMetrics

import type { UsageMetrics } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

Usage metrics represent approximate total resources consumed by a workload.

interface UsageMetrics {
acceleratorType?: string;
milliAcceleratorSeconds?: bigint;
milliDcuSeconds?: bigint;
shuffleStorageGbSeconds?: bigint;
}

§Properties

§
acceleratorType?: string
[src]

Optional. Accelerator type being used, if any

§
milliAcceleratorSeconds?: bigint
[src]

Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).

§
milliDcuSeconds?: bigint
[src]

Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).

§
shuffleStorageGbSeconds?: bigint
[src]

Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).