GkeNodePoolAcceleratorConfig.fromJson constructor

GkeNodePoolAcceleratorConfig.fromJson(
  1. Map json_
)

Implementation

GkeNodePoolAcceleratorConfig.fromJson(core.Map json_)
  : this(
      acceleratorCount: json_['acceleratorCount'] as core.String?,
      acceleratorType: json_['acceleratorType'] as core.String?,
      gpuPartitionSize: json_['gpuPartitionSize'] as core.String?,
    );