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

GoogleCloudAiplatformV1WorkerPoolSpec

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

Represents the spec of a worker pool in a job.

interface GoogleCloudAiplatformV1WorkerPoolSpec {
replicaCount?: bigint;
}

§Properties

§

The custom container task.

§

Optional. Immutable. The specification of a single machine.

§

Optional. List of NFS mount spec.

§

The Python packaged task.

§
replicaCount?: bigint
[src]

Optional. The number of worker replicas to use for this worker pool.