Back to Mindsdb

List ML Handlers

docs/mindsdb_sql/sql/list-ml-handlers.mdx

26.1.0211 B
Original Source

Description

The SHOW HANDLERS command lists all available handlers. The WHERE clause filter handlers by the type (data or ML).

Syntax

Here is the syntax:

sql
SHOW HANDLERS
WHERE type = 'ml';