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

GoogleCloudAiplatformV1ResourcesConsumed

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

Statistics information about resource consumption.

interface GoogleCloudAiplatformV1ResourcesConsumed {
readonly replicaHours?: number;
}

§Properties

§
readonly replicaHours?: number
[src]

Output only. The number of replica hours used. Note that many replicas may run in parallel, and additionally any given work may be queued for some time. Therefore this value is not strictly related to wall time.