GoogleCloudAiplatformV1WorkerPoolSpec constructor

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

Implementation

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