<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How can I view the storage space taken by a registered model using MLFlow? in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/how-can-i-view-the-storage-space-taken-by-a-registered-model/m-p/60009#M2995</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have used the MLFlow client, but I am not sure where to find the size of the model image.&lt;BR /&gt;The response to&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;client.search_registered_models()&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I am getting is the following:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;BR /&gt;&amp;lt;RegisteredModel: aliases={}, creation_timestamp=17061..., description='', last_updated_timestamp=17061..., latest_versions=None, name='&amp;lt;catalog&amp;gt;.&amp;lt;db&amp;gt;.&amp;lt;model&amp;gt;', tags={}&amp;gt;&lt;BR /&gt;{ 'aliases': {},&lt;BR /&gt;'creation_timestamp': 17078...,&lt;BR /&gt;'description': '',&lt;BR /&gt;'last_updated_timestamp': 17078...,&lt;BR /&gt;'latest_versions': None,&lt;BR /&gt;'name': '&amp;lt;catalog&amp;gt;.&amp;lt;db&amp;gt;.&amp;lt;model&amp;gt;',&lt;BR /&gt;'tags': {}}&lt;/P&gt;&lt;P&gt;If going to the catalog UI view, where the model and its versions details are given, there is no such information.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2024 09:58:41 GMT</pubDate>
    <dc:creator>Octavian1</dc:creator>
    <dc:date>2024-02-13T09:58:41Z</dc:date>
    <item>
      <title>How can I view the storage space taken by a registered model using MLFlow?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-can-i-view-the-storage-space-taken-by-a-registered-model/m-p/17814#M972</link>
      <description>&lt;P&gt;The information viewed about the registered models on the Models tab is very minimal. Just showing the tags we pass in and version information. How can I get more details about the model such as the size on disk?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 16:34:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-can-i-view-the-storage-space-taken-by-a-registered-model/m-p/17814#M972</guid>
      <dc:creator>fa</dc:creator>
      <dc:date>2022-12-08T16:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I view the storage space taken by a registered model using MLFlow?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-can-i-view-the-storage-space-taken-by-a-registered-model/m-p/17815#M973</link>
      <description>&lt;P&gt;The registered model actually links with a source run in the mlflow experiment and get those information from that experiment.&lt;/P&gt;&lt;P&gt;A. Using the UI.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Select the model under Registered Models &lt;/LI&gt;&lt;LI&gt;Select the version which you want to get more detail&lt;/LI&gt;&lt;LI&gt;Click the link Near the Source Run and redirect you to the experiment page&lt;/LI&gt;&lt;LI&gt;You will get all the artifacts including model object(size, path, ...),  input_example.json, yaml, requirement.txt, ...&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;B. Use the MLFlowClient&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;from pprint import pprint
&amp;nbsp;
client = MlflowClient()
for rm in client.search_registered_models():
    pprint(dict(rm), indent=4)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You will get the source path and can list those objects.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 23:41:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-can-i-view-the-storage-space-taken-by-a-registered-model/m-p/17815#M973</guid>
      <dc:creator>Wunlung</dc:creator>
      <dc:date>2022-12-08T23:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I view the storage space taken by a registered model using MLFlow?</title>
      <link>https://community.databricks.com/t5/machine-learning/how-can-i-view-the-storage-space-taken-by-a-registered-model/m-p/60009#M2995</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have used the MLFlow client, but I am not sure where to find the size of the model image.&lt;BR /&gt;The response to&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;client.search_registered_models()&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I am getting is the following:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;BR /&gt;&amp;lt;RegisteredModel: aliases={}, creation_timestamp=17061..., description='', last_updated_timestamp=17061..., latest_versions=None, name='&amp;lt;catalog&amp;gt;.&amp;lt;db&amp;gt;.&amp;lt;model&amp;gt;', tags={}&amp;gt;&lt;BR /&gt;{ 'aliases': {},&lt;BR /&gt;'creation_timestamp': 17078...,&lt;BR /&gt;'description': '',&lt;BR /&gt;'last_updated_timestamp': 17078...,&lt;BR /&gt;'latest_versions': None,&lt;BR /&gt;'name': '&amp;lt;catalog&amp;gt;.&amp;lt;db&amp;gt;.&amp;lt;model&amp;gt;',&lt;BR /&gt;'tags': {}}&lt;/P&gt;&lt;P&gt;If going to the catalog UI view, where the model and its versions details are given, there is no such information.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 09:58:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/how-can-i-view-the-storage-space-taken-by-a-registered-model/m-p/60009#M2995</guid>
      <dc:creator>Octavian1</dc:creator>
      <dc:date>2024-02-13T09:58:41Z</dc:date>
    </item>
  </channel>
</rss>

