Class WorkerPoolSpec (0.7.1)

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

Represents the spec of a worker pool in a job.

Attributes

NameDescription
container_spec google.cloud.aiplatform_v1.types.ContainerSpec
The custom container task.
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