Hi,
I have used the MLFlow client, but I am not sure where to find the size of the model image.
The response to
client.search_registered_models()
I am getting is the following:
<RegisteredModel: aliases={}, creation_timestamp=17061..., description='', last_updated_timestamp=17061..., latest_versions=None, name='<catalog>.<db>.<model>', tags={}>
{ 'aliases': {},
'creation_timestamp': 17078...,
'description': '',
'last_updated_timestamp': 17078...,
'latest_versions': None,
'name': '<catalog>.<db>.<model>',
'tags': {}}
If going to the catalog UI view, where the model and its versions details are given, there is no such information.