Hi @Yuki,
Thank you for contacting the Databricks community.
If you run register_model with the same run twice, you’ll create multiple versions pointing to the same source.
To avoid that, you can check if the run is already registered before creati...
Hi @skosaraju,
Thank you for contacting Databricks support!
Because infer_signature() cannot handle a dict of DataFrames directly, you will need to convert this structure into a dictionary of row dicts, or manually build a ModelSignature.
Option A: F...
Hi @ecram,
Thank you for contacting Databricks community.
As per the doc below, you'll see the latency for 1 hour for log delivery in the inference table.
https://docs.databricks.com/aws/en/ai-gateway/inference-tables#:~:text=You%20can%20expect%20log...