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