Hi everyone,I've recently deployed a custom model using Databricks Model Serving with AI Gateway-enabled inference tables. The model is built with:Python 3.11.11LightGBM 4.5.0MLflow 2.13.1I’ve noticed that the inference logs can take up to 1 hour to ...
Hi everyone,I am working with MLflow version 2.5.0 and need to create an input_schema for my model. My data schema is divided into several DataFrames, for example:{"dataframe_split": { "columns": ["ClientGuid", "Instance", "TypeScore", ...], ...