GoogleCloudAiplatformV1WorkerPoolSpec constructor
GoogleCloudAiplatformV1WorkerPoolSpec({
- GoogleCloudAiplatformV1ContainerSpec? containerSpec,
- GoogleCloudAiplatformV1DiskSpec? diskSpec,
- GoogleCloudAiplatformV1MachineSpec? machineSpec,
- List<
GoogleCloudAiplatformV1NfsMount> ? nfsMounts, - GoogleCloudAiplatformV1PythonPackageSpec? pythonPackageSpec,
- String? replicaCount,
Implementation
GoogleCloudAiplatformV1WorkerPoolSpec({
this.containerSpec,
this.diskSpec,
this.machineSpec,
this.nfsMounts,
this.pythonPackageSpec,
this.replicaCount,
});