factory CancelBatchPredictionJobRequest.fromJson(Map<String, dynamic> json) { return CancelBatchPredictionJobRequest(name: json['name'] ?? ''); }