| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Please also update the version in the .toml file and add a description in the releases
Sorry, something went wrong.
| def ungrouped_export(self, model_run_id): | ||
| json_response = self._client.make_request( | ||
| payload={}, | ||
| route=f"modelRun/{model_run_id}/ungrouped", | ||
| requests_command=requests.get, | ||
| ) | ||
| return format_prediction_response({ANNOTATIONS_KEY: json_response}) |
There was a problem hiding this comment.
Lets name this something a bit better. I'm not sure why the endpoint was originally named ungrouped, but this method could be called export_by_model_run_id or something like that
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Reusing a function from the Deprecated ModelRun to Model Class