The refresh()
function synchronizes the model with MindsDB.
Syntax
Use the refresh()
method to refresh model’s data from the MindsDB server:
Model llama = server.getModel("llama");
llama.refesh();
The refresh()
function synchronizes the model with MindsDB.
Use the refresh()
method to refresh model’s data from the MindsDB server:
Model llama = server.getModel("llama");
llama.refesh();