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

GoogleCloudAiplatformV1BatchDedicatedResources

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

A description of resources that are used for performing batch operations, are dedicated to a Model, and need manual configuration.

interface GoogleCloudAiplatformV1BatchDedicatedResources {
maxReplicaCount?: number;
startingReplicaCount?: number;
}

§Properties

§

Required. Immutable. The specification of a single machine.

§
maxReplicaCount?: number
[src]

Immutable. The maximum number of machine replicas the batch operation may be scaled to. The default value is 10.

§
startingReplicaCount?: number
[src]

Immutable. The number of machine replicas used at the start of the batch operation. If not set, Vertex AI decides starting number, not greater than max_replica_count