<?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 Populate client_request_id in Model Serving inference table in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/populate-client-request-id-in-model-serving-inference-table/m-p/89720#M3658</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The documentation for the model serving inference table states that the &lt;EM&gt;client_request_id&lt;/EM&gt; column is typically null. How can I populate this column with a request ID from the calling .NET application when invoking the model via the Databricks REST API?&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A href="https://docs.databricks.com/en/generative-ai/deploy-agent.html" target="_blank" rel="noopener"&gt;https://docs.databricks.com/en/generative-ai/deploy-agent.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="DM Sans, Moderat, Larsseit, sans-serif" color="#183139"&gt;Column name&lt;/FONT&gt;&lt;FONT face="DM Sans, Moderat, Larsseit, sans-serif" color="#183139"&gt;Type&lt;/FONT&gt;&lt;FONT face="DM Sans, Moderat, Larsseit, sans-serif" color="#183139"&gt;Description&lt;/FONT&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;FONT face="DM Sans, Moderat, Larsseit, sans-serif" color="#183139"&gt;client_request_id&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;FONT color="#183139"&gt;String&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;FONT color="#183139"&gt;Client request ID, usually&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;null&lt;/SPAN&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Fri, 13 Sep 2024 07:59:16 GMT</pubDate>
    <dc:creator>RobinK</dc:creator>
    <dc:date>2024-09-13T07:59:16Z</dc:date>
    <item>
      <title>Populate client_request_id in Model Serving inference table</title>
      <link>https://community.databricks.com/t5/machine-learning/populate-client-request-id-in-model-serving-inference-table/m-p/89720#M3658</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The documentation for the model serving inference table states that the &lt;EM&gt;client_request_id&lt;/EM&gt; column is typically null. How can I populate this column with a request ID from the calling .NET application when invoking the model via the Databricks REST API?&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A href="https://docs.databricks.com/en/generative-ai/deploy-agent.html" target="_blank" rel="noopener"&gt;https://docs.databricks.com/en/generative-ai/deploy-agent.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="DM Sans, Moderat, Larsseit, sans-serif" color="#183139"&gt;Column name&lt;/FONT&gt;&lt;FONT face="DM Sans, Moderat, Larsseit, sans-serif" color="#183139"&gt;Type&lt;/FONT&gt;&lt;FONT face="DM Sans, Moderat, Larsseit, sans-serif" color="#183139"&gt;Description&lt;/FONT&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;FONT face="DM Sans, Moderat, Larsseit, sans-serif" color="#183139"&gt;client_request_id&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;FONT color="#183139"&gt;String&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;FONT color="#183139"&gt;Client request ID, usually&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;null&lt;/SPAN&gt;.&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Fri, 13 Sep 2024 07:59:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/populate-client-request-id-in-model-serving-inference-table/m-p/89720#M3658</guid>
      <dc:creator>RobinK</dc:creator>
      <dc:date>2024-09-13T07:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Populate client_request_id in Model Serving inference table</title>
      <link>https://community.databricks.com/t5/machine-learning/populate-client-request-id-in-model-serving-inference-table/m-p/92385#M3710</link>
      <description>&lt;P&gt;I finally found it in the docs:&amp;nbsp;&lt;A href="https://docs.databricks.com/en/machine-learning/model-serving/inference-tables.html#specify-client_request_id" target="_blank" rel="noopener"&gt;https://docs.databricks.com/en/machine-learning/model-serving/inference-tables.html#specify-client_request_id&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;"client_request_id"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"&amp;lt;user-provided-id&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;"dataframe_records"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;[...]&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 06:31:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/populate-client-request-id-in-model-serving-inference-table/m-p/92385#M3710</guid>
      <dc:creator>RobinK</dc:creator>
      <dc:date>2024-10-01T06:31:31Z</dc:date>
    </item>
  </channel>
</rss>

