GoogleCloudAiplatformV1MachineSpec constructor

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

Implementation

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