toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final acceleratorConfig = this.acceleratorConfig;
final machineType = this.machineType;
final requestId = this.requestId;
return {
'acceleratorConfig': ?acceleratorConfig,
'machineType': ?machineType,
'requestId': ?requestId,
};
}