<?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: Model Serving Latency Chart in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/model-serving-latency-chart/m-p/67741#M3236</link>
    <description>&lt;P&gt;If im not mistaken this refers to 50% of responses and 99% responses and averages accordingly for the metrics?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/user/viewprofilepage/user-id/29" target="_blank" rel="noopener"&gt;@s_park&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://community.databricks.com/t5/user/viewprofilepage/user-id/5" target="_blank" rel="noopener"&gt;@Sujitha&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://community.databricks.com/t5/user/viewprofilepage/user-id/26078" target="_blank" rel="noopener"&gt;@Debayan&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2024 19:11:09 GMT</pubDate>
    <dc:creator>Kaizen</dc:creator>
    <dc:date>2024-04-30T19:11:09Z</dc:date>
    <item>
      <title>Model Serving Latency Chart</title>
      <link>https://community.databricks.com/t5/machine-learning/model-serving-latency-chart/m-p/67740#M3235</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the model serving latency graph what is p50 and p99? I only have one model i am serving on this endpoing so im surprised to see two models being tracked&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kaizen_0-1714504038212.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/7340i8F50BB68A22B87A1/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Kaizen_0-1714504038212.png" alt="Kaizen_0-1714504038212.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 19:07:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/model-serving-latency-chart/m-p/67740#M3235</guid>
      <dc:creator>Kaizen</dc:creator>
      <dc:date>2024-04-30T19:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Model Serving Latency Chart</title>
      <link>https://community.databricks.com/t5/machine-learning/model-serving-latency-chart/m-p/67741#M3236</link>
      <description>&lt;P&gt;If im not mistaken this refers to 50% of responses and 99% responses and averages accordingly for the metrics?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/user/viewprofilepage/user-id/29" target="_blank" rel="noopener"&gt;@s_park&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://community.databricks.com/t5/user/viewprofilepage/user-id/5" target="_blank" rel="noopener"&gt;@Sujitha&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://community.databricks.com/t5/user/viewprofilepage/user-id/26078" target="_blank" rel="noopener"&gt;@Debayan&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 19:11:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/model-serving-latency-chart/m-p/67741#M3236</guid>
      <dc:creator>Kaizen</dc:creator>
      <dc:date>2024-04-30T19:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Model Serving Latency Chart</title>
      <link>https://community.databricks.com/t5/machine-learning/model-serving-latency-chart/m-p/68477#M3260</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/98424"&gt;@Kaizen&lt;/a&gt;&amp;nbsp;- Please refer to the below explanation.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In a model latency chart, P50 and P99 represent the median and 99th percentile round-trip latency times respectively.&lt;/SPAN&gt;&lt;SPAN&gt;- P50 (Latency at 50th percentile) is the median latency, meaning that 50% of the requests have a latency that is less than this value and 50% have a latency that is greater.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- P99 (Latency at 99th percentile) is the value below which 99% of the observations may be found. In other words, only 1% of the requests have a latency that is greater than this value.&lt;/SPAN&gt;&lt;SPAN&gt;These metrics are used to understand the distribution of latency and to identify outliers or abnormal behavior in system performance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Reference:&amp;nbsp;&lt;A href="https://docs.databricks.com/en/machine-learning/model-serving/metrics-export-serving-endpoint.html#serving-endpoint-metrics-definitions" target="_blank"&gt;https://docs.databricks.com/en/machine-learning/model-serving/metrics-export-serving-endpoint.html#serving-endpoint-metrics-definitions&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 16:37:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/model-serving-latency-chart/m-p/68477#M3260</guid>
      <dc:creator>shan_chandra</dc:creator>
      <dc:date>2024-05-07T16:37:37Z</dc:date>
    </item>
  </channel>
</rss>

