WorkerPoolSpec constructor

WorkerPoolSpec({
  1. ContainerSpec? containerSpec,
  2. PythonPackageSpec? pythonPackageSpec,
  3. MachineSpec? machineSpec,
  4. int replicaCount = 0,
  5. List<NfsMount> nfsMounts = const [],
  6. DiskSpec? diskSpec,
})

Implementation

WorkerPoolSpec({
  this.containerSpec,
  this.pythonPackageSpec,
  this.machineSpec,
  this.replicaCount = 0,
  this.nfsMounts = const [],
  this.diskSpec,
}) : super(fullyQualifiedName);