GkeNodePoolAcceleratorConfig constructor

GkeNodePoolAcceleratorConfig({
  1. String? acceleratorCount,
  2. String? acceleratorType,
  3. String? gpuPartitionSize,
})

Implementation

GkeNodePoolAcceleratorConfig({
  this.acceleratorCount,
  this.acceleratorType,
  this.gpuPartitionSize,
});