name: name of the modelversion: version of the trained modelactive: indicates whether the newly trained model is activepredictor_id: unique identifier for the trained modelpredictor_created_at: time at which the model was createdold_status: status the model had prior to receiving thenew_statusnew_status: current status of the modelchanged_at: time when the model’s status transitioned fromold_statustonew_status
Please note that this feature works only in MinsdDB Cloud and only for MindsDB Starter users.
Callbacks API
Callback API provides information on how to add, get, edit, and delete callbacks.Add a Callback
This is the Request format:Get a Callback
This is the Request format:Edit a Callback
This is the Request format:Delete a Callback
This is the Request format:Handling Callbacks using Python SDK
Below is an example of using callbacks with thehome_rentals model. Be sure that your endpoint HOSTNAME is accessible from the internet.
Please note that
localhost is not accessible from the internet - you can make localhost accessible via multiple ways, like ngrok tunnel.Handling Callbacks using JavaScript SDK
Below is an example of using callbacks with thehome_rentals model. Be sure that the callback HOSTNAME is accessible from MindsDB Cloud.