Haven't found a way how to make the parameters show up on the model page in databricks or be served as part of the "use now" button on the deployed endpoint.
Had the same problem, so paying it forward here @KAdamatzky :My REST data request is this:{
"dataframe_split": {
"columns": [
"other_stuff",
"task_id"
],
"data": [
[
"test",
"test"
]
]
},
...