List Models
launchweek.dev
best practices
List Models
You can list models using the below code.
const query = 'SHOW MODELS’;
result = await MindsDB.SQL.runQuery(query);
console.log(result);
You can list models using the below code.
const query = 'SHOW MODELS’;
result = await MindsDB.SQL.runQuery(query);
console.log(result);