Class WorkerPoolSpec (0.9.0)

WorkerPoolSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the spec of a worker pool in a job. .. attribute:: container_spec

The custom container task.

:type: google.cloud.aiplatform_v1.types.ContainerSpec

Attributes

NameDescription
python_package_spec google.cloud.aiplatform_v1.types.PythonPackageSpec
The Python packaged task.
machine_spec google.cloud.aiplatform_v1.types.MachineSpec
Optional. Immutable. The specification of a single machine.
replica_count int
Optional. The number of worker replicas to use for this worker pool.
disk_spec google.cloud.aiplatform_v1.types.DiskSpec
Disk spec.

Inheritance

builtins.object > proto.message.Message > WorkerPoolSpec