MachineSpec constructor
MachineSpec({
- String machineType = '',
- AcceleratorType acceleratorType = AcceleratorType.$default,
- int acceleratorCount = 0,
- String gpuPartitionSize = '',
- String tpuTopology = '',
- int multihostGpuNodeCount = 0,
- ReservationAffinity? reservationAffinity,
Implementation
MachineSpec({
this.machineType = '',
this.acceleratorType = AcceleratorType.$default,
this.acceleratorCount = 0,
this.gpuPartitionSize = '',
this.tpuTopology = '',
this.multihostGpuNodeCount = 0,
this.reservationAffinity,
}) : super(fullyQualifiedName);