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

GoogleCloudAiplatformV1ResourcePoolAutoscalingSpec

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

The min/max number of replicas allowed if enabling autoscaling

interface GoogleCloudAiplatformV1ResourcePoolAutoscalingSpec {
maxReplicaCount?: bigint;
minReplicaCount?: bigint;
}

§Properties

§
maxReplicaCount?: bigint
[src]

Optional. max replicas in the node pool, must be ≥ replica_count and > min_replica_count or will throw error

§
minReplicaCount?: bigint
[src]

Optional. min replicas in the node pool, must be ≤ replica_count and < max_replica_count or will throw error