factory DeleteMLModelOutput.fromJson(Map<String, dynamic> json) { return DeleteMLModelOutput( mLModelId: json['MLModelId'] as String?, ); }