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

GoogleCloudAiplatformV1ResourcePool

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

Represents the spec of a group of resources of the same type, for example machine type, disk, and accelerators, in a PersistentResource.

interface GoogleCloudAiplatformV1ResourcePool {
id?: string;
replicaCount?: bigint;
readonly usedReplicaCount?: bigint;
}

§Properties

§

Optional. Optional spec to configure GKE autoscaling

§

Optional. Disk spec for the machine in this node pool.

§
id?: string
[src]

Immutable. The unique ID in a PersistentResource for referring to this resource pool. User can specify it if necessary. Otherwise, it's generated automatically.

§

Required. Immutable. The specification of a single machine.

§
replicaCount?: bigint
[src]

Optional. The total number of machines to use for this resource pool.

§
readonly usedReplicaCount?: bigint
[src]

Output only. The number of machines currently in use by training jobs for this resource pool. Will replace idle_replica_count.