GoogleCloudAiplatformV1WorkerPoolSpec constructor

GoogleCloudAiplatformV1WorkerPoolSpec({
  1. GoogleCloudAiplatformV1ContainerSpec? containerSpec,
  2. GoogleCloudAiplatformV1DiskSpec? diskSpec,
  3. GoogleCloudAiplatformV1MachineSpec? machineSpec,
  4. List<GoogleCloudAiplatformV1NfsMount>? nfsMounts,
  5. GoogleCloudAiplatformV1PythonPackageSpec? pythonPackageSpec,
  6. String? replicaCount,
})

Implementation

GoogleCloudAiplatformV1WorkerPoolSpec({
  this.containerSpec,
  this.diskSpec,
  this.machineSpec,
  this.nfsMounts,
  this.pythonPackageSpec,
  this.replicaCount,
});