GoogleCloudAiplatformV1MachineSpec constructor

GoogleCloudAiplatformV1MachineSpec({
  1. int? acceleratorCount,
  2. String? acceleratorType,
  3. String? machineType,
  4. GoogleCloudAiplatformV1ReservationAffinity? reservationAffinity,
  5. String? tpuTopology,
})

Implementation

GoogleCloudAiplatformV1MachineSpec({
  this.acceleratorCount,
  this.acceleratorType,
  this.machineType,
  this.reservationAffinity,
  this.tpuTopology,
});