AcceleratorConfig.fromJson constructor
      
      AcceleratorConfig.fromJson(
    
    
- Map json_
 
Implementation
AcceleratorConfig.fromJson(core.Map json_)
  : this(
      acceleratorCount: json_['acceleratorCount'] as core.int?,
      acceleratorType: json_['acceleratorType'] as core.String?,
    );