workerPoolSpecs property

List<GoogleCloudAiplatformV1WorkerPoolSpec>? workerPoolSpecs
getter/setter pair

The spec of the worker pools including machine type and Docker image.

All worker pools except the first one are optional and can be skipped by providing an empty value.

Required.

Implementation

core.List<GoogleCloudAiplatformV1WorkerPoolSpec>? workerPoolSpecs;