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