GoogleCloudAiplatformV1MachineSpec constructor
GoogleCloudAiplatformV1MachineSpec({
- int? acceleratorCount,
- String? acceleratorType,
- String? machineType,
- GoogleCloudAiplatformV1ReservationAffinity? reservationAffinity,
- String? tpuTopology,
Implementation
GoogleCloudAiplatformV1MachineSpec({
this.acceleratorCount,
this.acceleratorType,
this.machineType,
this.reservationAffinity,
this.tpuTopology,
});