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

UsageSnapshot

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

The usage snapshot represents the resources consumed by a workload at a specified time.

interface UsageSnapshot {
acceleratorType?: string;
milliAccelerator?: bigint;
milliDcu?: bigint;
milliDcuPremium?: bigint;
shuffleStorageGb?: bigint;
shuffleStorageGbPremium?: bigint;
snapshotTime?: Date;
}

§Properties

§
acceleratorType?: string
[src]

Optional. Accelerator type being used, if any

§
milliAccelerator?: bigint
[src]

Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))

§
milliDcu?: bigint
[src]

Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).

§
milliDcuPremium?: bigint
[src]

Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).

§
shuffleStorageGb?: bigint
[src]

Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))

§
shuffleStorageGbPremium?: bigint
[src]

Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))

§
snapshotTime?: Date
[src]

Optional. The timestamp of the usage snapshot.