Class WorkerPoolSpec (1.6.2)

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

Represents the spec of a worker pool in a job.

Attributes

Name Description
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