All Classes and Interfaces
Class
Description
Represents a MindsDB agent.
Represents a full MindsDB agent completion response.
The `Agents` class provides methods to manage agents within a MindsDB
project.
The CreateJobCallback interface provides a method for creating a job with a
The Database class represents a database in the MindsDB system.
The Databases class provides methods to list, create, and drop databases.
**DATA handlers collection**
The
Handler
class represents a handler with various attributes such
as name, title, version, description,
connection arguments, import success flag, and import error message.The
Handlers
class provides methods to interact with handlers of a specific type.Custom exception to handle HTTP errors.
The Job class represents a job with various attributes such as project, name,
query string, data, queries, start and end timestamps, next run timestamp,
schedule string, and create callback.
The Jobs class provides methods to list, get, create, and drop jobs in a project.
The KnowledgeBase class represents a knowledge base within a MindsDB project.
Service class for managing knowledge bases in a MindsDB project.
The MDBTable class represents a table in the MindsDB system.
MindsDB class for connecting to MindsDB server.
MLEngine class for handling ML engine.
MLEngines service class for handling ML engines.
MLHandlers service class for handling ML handlers.
Model class for handling model.
Models service class for handling models.
ModelVersion class for handling model version.
Project class for handling project.
Projects service class for handling projects.
Query class for handling SQL queries.
RestAPI class for handling REST API requests.
The RetrievalSkill class represents a specific type of skill that focuses on
retrieval tasks.
The Server class extends the Project class and provides various services such as managing databases,
ML engines, ML handlers, data handlers, agents, and skills.
The Skill class represents a skill with a name, type, and parameters.
The Skills class provides methods for managing skills.
The SQLSkill class represents a specific type of skill that focuses on SQL
tasks.
Tables service class for handling tables.
The View class represents a specific type of table that focuses on views.
Views service class for handling views.