WorkerPoolSpec constructor
WorkerPoolSpec({
- ContainerSpec? containerSpec,
- PythonPackageSpec? pythonPackageSpec,
- MachineSpec? machineSpec,
- int replicaCount = 0,
- List<
NfsMount> nfsMounts = const [], - DiskSpec? diskSpec,
Implementation
WorkerPoolSpec({
this.containerSpec,
this.pythonPackageSpec,
this.machineSpec,
this.replicaCount = 0,
this.nfsMounts = const [],
this.diskSpec,
}) : super(fullyQualifiedName);