Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addDatabase(String, String, List<String>, String) - Method in class mindsdb.services.Agents
-
Add databases to an agent
- addDatabase(String, List<String>, String) - Method in class mindsdb.models.agent.Agent
-
Add a database to the agent.
- addFile(String, String, String) - Method in class mindsdb.models.agent.Agent
-
Add a file to the agent.
- addFile(String, String, String, String) - Method in class mindsdb.services.Agents
-
Add a file to an agent
- addFiles(String, List<String>, String, String) - Method in class mindsdb.services.Agents
-
Add files to an agent
- addFiles(List<String>, String, String) - Method in class mindsdb.models.agent.Agent
-
Add files to the agent.
- addQuery(String) - Method in class mindsdb.models.Job
-
Adds a query to the job.
- addQuery(Query) - Method in class mindsdb.models.Job
-
Adds a query to the job.
- addWebPage(String, String, String, Integer, List<String>) - Method in class mindsdb.models.agent.Agent
-
Add a web page to the agent.
- addWebPage(String, String, String, String, Integer, List<String>) - Method in class mindsdb.services.Agents
-
Add a web page to an agent
- addWebPages(String, List<String>, String, String, Integer, List<String>) - Method in class mindsdb.services.Agents
-
Add web pages to an agent
- addWebPages(List<String>, String, String, Integer, List<String>) - Method in class mindsdb.models.agent.Agent
-
Add web pages to the agent.
- agent(String, String) - Method in class mindsdb.connectors.RestAPI
-
Get the status of the MindsDB server
- Agent - Class in mindsdb.models.agent
-
Represents a MindsDB agent.
- Agent(String, String, List<Skill>, JsonObject, LocalDateTime, LocalDateTime) - Constructor for class mindsdb.models.agent.Agent
-
Constructor for Agent
- Agent(String, String, List<Skill>, JsonObject, LocalDateTime, LocalDateTime, String, Agents) - Constructor for class mindsdb.models.agent.Agent
-
Constructs a new Agent instance.
- agentCompletion(String, String, List<JsonObject>) - Method in class mindsdb.connectors.RestAPI
-
Get the status of the MindsDB server
- AgentCompletion - Class in mindsdb.models.agent
-
Represents a full MindsDB agent completion response.
- AgentCompletion(String, List<String>) - Constructor for class mindsdb.models.agent.AgentCompletion
-
Constructs a new AgentCompletion instance.
- agents - Variable in class mindsdb.services.Server
-
The Agents service for managing agents.
- agents(String) - Method in class mindsdb.connectors.RestAPI
-
Get the status of the MindsDB server
- Agents - Class in mindsdb.services
-
The `Agents` class provides methods to manage agents within a MindsDB project.
- Agents(Project, RestAPI) - Constructor for class mindsdb.services.Agents
-
Constructor for the `Agents` class.
- api - Variable in class mindsdb.services.Handlers
-
The API instance used to interact with the backend.
C
- clone() - Method in class mindsdb.models.KnowledgeBase
- close() - Method in class mindsdb.models.Job
-
Closes the job by executing the create callback with the queries.
- closeSession() - Method in class mindsdb.connectors.RestAPI
-
Close the session
- completion(String, String) - Method in class mindsdb.models.agent.Agent
-
Generates a completion for the given message.
- completion(String, List<JsonObject>) - Method in class mindsdb.services.Agents
-
Get the completion of an agent
- completion(List<Map<String, String>>) - Method in class mindsdb.models.agent.Agent
-
Generates a completion for the given list of messages.
- connect() - Static method in class mindsdb.MindsDB
-
Create a connection to MindsDB server.
- connect(String) - Static method in class mindsdb.MindsDB
-
Create a connection to MindsDB server.
- connect(String, String, String) - Static method in class mindsdb.MindsDB
-
Create a connection to MindsDB server.
- connect(String, String, String, String) - Static method in class mindsdb.MindsDB
-
Create a connection to MindsDB server.
- connect(String, String, String, String, boolean, Map<String, String>) - Static method in class mindsdb.MindsDB
-
Create a connection to MindsDB server.
- create(String) - Method in class mindsdb.services.Agents
-
Create an agent
- create(String) - Method in class mindsdb.services.Jobs
-
Create job with only name
- create(String) - Method in class mindsdb.services.KnowledgeBases
-
Create a new knowledge base with default parameters.
- create(String) - Method in class mindsdb.services.Projects
-
Create a new project
- create(String, String) - Method in class mindsdb.services.Jobs
-
Create job with name and query string
- create(String, String) - Method in class mindsdb.services.MLEngines
-
Create a new ML engine
- create(String, String) - Method in class mindsdb.services.Views
-
Create a new view
- create(String, String, JsonObject) - Method in class mindsdb.services.Skills
-
Create a new skill with the specified name, type, and parameters.
- create(String, String, String, String, String, Map<String, Object>, Map<String, Object>) - Method in class mindsdb.services.Models
-
Create a new model
- create(String, String, String, List<String>, Map<String, Object>) - Method in class mindsdb.services.Agents
-
Create an agent
- create(String, String, LocalDateTime, LocalDateTime) - Method in class mindsdb.services.Jobs
-
Create job with name, query string, start time, and end time
- create(String, String, LocalDateTime, LocalDateTime, String) - Method in class mindsdb.services.Jobs
-
Create job with name, query string, start time, end time, and repeat string
- create(String, String, LocalDateTime, LocalDateTime, String, Integer) - Method in class mindsdb.services.Jobs
-
Create job in project
- create(String, String, Map<String, Object>) - Method in class mindsdb.services.Skills
-
Create a new skill with the specified name, type, and parameters.
- create(String, String, Map<String, String>) - Method in class mindsdb.services.Databases
-
Create a new database
- create(String, String, Map<String, String>) - Method in class mindsdb.services.MLEngines
-
Create a new ML engine
- create(String, LocalDateTime, LocalDateTime, String, Integer) - Method in class mindsdb.services.Jobs
-
Create job without query string
- create(String, List<String>) - Method in class mindsdb.services.Jobs
-
Create job with name and list of query strings
- create(String, List<String>, LocalDateTime, LocalDateTime) - Method in class mindsdb.services.Jobs
-
Create job with name, list of query strings, start time, and end time
- create(String, List<String>, LocalDateTime, LocalDateTime, Integer) - Method in class mindsdb.services.Jobs
-
Create job with name, list of query strings, start time, end time, and repeat minutes
- create(String, List<String>, LocalDateTime, LocalDateTime, String) - Method in class mindsdb.services.Jobs
-
Create job with name, list of query strings, start time, end time, and repeat string
- create(String, Handler) - Method in class mindsdb.services.MLEngines
-
Create a new ML engine
- create(String, Handler, Map<String, String>) - Method in class mindsdb.services.MLEngines
-
Create a new ML engine
- create(String, Model, MDBTable, List<String>, List<String>, String, Map<String, Object>) - Method in class mindsdb.services.KnowledgeBases
-
Create a new knowledge base.
- create(String, Query) - Method in class mindsdb.services.Views
-
Create a new view
- create(String, Query, boolean) - Method in class mindsdb.services.Tables
-
Create a table from a query
- create(String, Table, Boolean) - Method in class mindsdb.services.Tables
-
Create a table from a DataFrame
- createAgent(String, String, String, String, List<String>, Map<String, Object>) - Method in class mindsdb.connectors.RestAPI
-
Create a new agent
- createDatabase(String, String, Map<String, String>) - Method in class mindsdb.services.Server
-
Create a database
- createDatabase(String, Handler, Map<String, String>) - Method in class mindsdb.services.Server
-
Create a database
- createJob(String) - Method in class mindsdb.models.Project
-
Create job with only name
- createJob(String, String) - Method in class mindsdb.models.Project
-
Create job with name and query string
- createJob(String, String, LocalDateTime, LocalDateTime) - Method in class mindsdb.models.Project
-
Create job with name, query string, start time, and end time
- createJob(String, String, LocalDateTime, LocalDateTime, String) - Method in class mindsdb.models.Project
-
Create job with name, query string, start time, end time, and repeat string
- createJob(String, String, LocalDateTime, LocalDateTime, String, Integer) - Method in class mindsdb.models.Project
-
Create a job
- createJob(String, LocalDateTime, LocalDateTime, String, Integer) - Method in class mindsdb.models.Project
-
Create job without query string
- createJob(String, List<String>) - Method in class mindsdb.models.Project
-
Create job with name and list of query strings
- createJob(String, List<String>, LocalDateTime, LocalDateTime) - Method in class mindsdb.models.Project
-
Create job with name, list of query strings, start time, and end time
- createJob(String, List<String>, LocalDateTime, LocalDateTime, Integer) - Method in class mindsdb.models.Project
-
Create job with name, list of query strings, start time, end time, and repeat minutes
- createJob(String, List<String>, LocalDateTime, LocalDateTime, String) - Method in class mindsdb.models.Project
-
Create job with name, list of query strings, start time, end time, and repeat string
- CreateJobCallback - Interface in mindsdb.utils
-
The CreateJobCallback interface provides a method for creating a job with a
- createMLEngine(String, String) - Method in class mindsdb.services.Server
-
Create an ML engine
- createMLEngine(String, String, Map<String, String>) - Method in class mindsdb.services.Server
-
Create an ML engine
- createMLEngine(String, Handler) - Method in class mindsdb.services.Server
-
Create an ML engine
- createMLEngine(String, Handler, Map<String, String>) - Method in class mindsdb.services.Server
-
Create an ML engine
- createParams(String, List<String>, String) - Static method in class mindsdb.models.skill.Skill
-
Creates parameters for a skill with the specified database, tables, and description.
- createProject(String) - Method in class mindsdb.services.Server
-
Create a project
- createSkill(String, String, String, JsonObject) - Method in class mindsdb.connectors.RestAPI
-
Create a skill
- createSkill(String, String, Map<String, Object>) - Method in class mindsdb.services.Server
-
Create a skill
- createTable(String, Query, boolean) - Method in class mindsdb.models.Database
-
Create a table from a query
- createTable(String, Table, boolean) - Method in class mindsdb.models.Database
-
Create a table from a query
- createView(String, String) - Method in class mindsdb.models.Project
-
Create a view
- createView(String, Query) - Method in class mindsdb.models.Project
-
Create a view
D
- Database - Class in mindsdb.models
-
The Database class represents a database in the MindsDB system.
- Database(RestAPI, String, String) - Constructor for class mindsdb.models.Database
-
Create a new Database object
- Database(Project, String) - Constructor for class mindsdb.models.Database
-
Create a new Database object
- Database(Project, String, String) - Constructor for class mindsdb.models.Database
-
Create a new Database object
- databases - Variable in class mindsdb.services.Server
-
The Databases service for managing databases.
- Databases - Class in mindsdb.services
-
The Databases class provides methods to list, create, and drop databases.
- Databases(RestAPI) - Constructor for class mindsdb.services.Databases
-
Create a new Databases object
- dataHandlers - Variable in class mindsdb.services.Server
-
The DataHandlers service for managing data handlers.
- DataHandlers - Class in mindsdb.services
-
**DATA handlers collection**
- DataHandlers(RestAPI) - Constructor for class mindsdb.services.DataHandlers
-
Constructor for the `DataHandlers` class.
- delete(String...) - Method in class mindsdb.models.MDBTable
-
Deletes record from table using filters >>> table.delete("a=1", "b=2")
- deleteAgent(String, String) - Method in class mindsdb.connectors.RestAPI
-
Delete an agent
- deleteSkill(String, String) - Method in class mindsdb.connectors.RestAPI
-
Delete a skill
- describe() - Method in class mindsdb.models.agent.Agent
-
Returns a string representation of the agent.
- describe() - Method in class mindsdb.models.Handler
-
Returns a string representation of the Handler instance.
- describe() - Method in class mindsdb.models.Model
-
Return description of the model
- describe() - Method in class mindsdb.models.skill.Skill
-
Returns a string representation of the Skill object.
- describe(String) - Method in class mindsdb.models.Model
-
Return description of the model
- drop(String) - Method in class mindsdb.services.Agents
-
Drop an agent
- drop(String) - Method in class mindsdb.services.Databases
-
Drop database by name
- drop(String) - Method in class mindsdb.services.Jobs
-
Drop job from project
- drop(String) - Method in class mindsdb.services.KnowledgeBases
-
Drop a knowledge base by name.
- drop(String) - Method in class mindsdb.services.MLEngines
-
Drop an ML engine
- drop(String) - Method in class mindsdb.services.Models
-
Drop a model
- drop(String) - Method in class mindsdb.services.Projects
-
Drop a project
- drop(String) - Method in class mindsdb.services.Skills
-
Drop a skill with the specified name.
- drop(String) - Method in class mindsdb.services.Tables
-
Drop a table by name
- drop(String) - Method in class mindsdb.services.Views
-
Drop a view
- dropDatabase(String) - Method in class mindsdb.services.Server
-
Drop a database
- dropJob(String) - Method in class mindsdb.models.Project
-
Drop a job
- dropMLEngine(String) - Method in class mindsdb.services.Server
-
Drop an ML engine
- dropModel(String) - Method in class mindsdb.models.Project
-
Drop a Model
- dropModelVersion(String, int) - Method in class mindsdb.models.Project
-
Drop a model version
- dropProject(String) - Method in class mindsdb.services.Server
-
Drop a project
- dropSkill(String) - Method in class mindsdb.services.Server
-
Drop a skill
- dropTable(String) - Method in class mindsdb.models.Database
-
Drop table by name
- dropVersion(int) - Method in class mindsdb.models.Model
-
Drop version of the model
- dropVersion(String, int) - Method in class mindsdb.services.Models
-
Drop a model version
- dropView(String) - Method in class mindsdb.models.Project
-
Drop a view
E
- equals(Object) - Method in class mindsdb.models.skill.Skill
- execute(String) - Method in interface mindsdb.utils.CreateJobCallback
-
Executes the specified query.
- exit() - Method in class mindsdb.models.Job
-
Exits the job by executing the create callback with the queries.
F
- fetch() - Method in class mindsdb.services.Query
-
Fetch the result of the SQL query.
- filter(String...) - Method in class mindsdb.models.MDBTable
-
Filter the table by key-value pairs >>> table.filter("a=1", "b=2") *
- find(String) - Method in class mindsdb.models.KnowledgeBase
-
Find data in the knowledge base
- find(String, Integer) - Method in class mindsdb.models.KnowledgeBase
-
Find data in the knowledge base
- finetune(String, String, Map<String, String>, String) - Method in class mindsdb.models.Model
-
Call finetune of the model
- fromJson(JsonObject) - Static method in class mindsdb.models.skill.Skill
-
Converts JSON data to a Skill object.
- fromJson(JsonObject, Agents) - Static method in class mindsdb.models.agent.Agent
-
Converts JSON data to an Agent object.
G
- get(String) - Method in class mindsdb.services.Agents
-
Get an agent by name
- get(String) - Method in class mindsdb.services.Databases
-
Get database by name
- get(String) - Method in class mindsdb.services.Handlers
-
Gets a handler by its name.
- get(String) - Method in class mindsdb.services.Jobs
-
Get job by name
- get(String) - Method in class mindsdb.services.KnowledgeBases
-
Get a knowledge base by name.
- get(String) - Method in class mindsdb.services.MLEngines
-
Get a specific ML engine by name
- get(String) - Method in class mindsdb.services.Projects
-
Get a specific project by name
- get(String) - Method in class mindsdb.services.Skills
-
Get a skill by name.
- get(String) - Method in class mindsdb.services.Tables
-
Get a table by name
- get(String) - Method in class mindsdb.services.Views
-
Get a view by name
- getDatabase(String) - Method in class mindsdb.services.Server
-
Get a database by name
- getDataHandler(String) - Method in class mindsdb.services.Server
-
Get a data handler by name
- getFileMetadata(String) - Method in class mindsdb.connectors.RestAPI
-
Upload a file to the MindsDB server
- getHistory() - Method in class mindsdb.models.Job
-
Gets the history of the job.
- getIdentifier() - Method in class mindsdb.models.Model
-
Get identifier of the model
- getJob(String) - Method in class mindsdb.models.Project
-
Get a job by name
- getKnowledgeBase(String) - Method in class mindsdb.models.Project
-
Get a knowledge base by name
- getMLEngine(String) - Method in class mindsdb.services.Server
-
Get an ML engine by name
- getMLHandler(String) - Method in class mindsdb.services.Server
-
Get an ML handler by name
- getModel(String) - Method in class mindsdb.models.Project
-
Get a model by name
- getModel(String) - Method in class mindsdb.services.Models
-
Get a specific model by name
- getModelWithVersion(String, int) - Method in class mindsdb.models.Project
-
Get a model with a specific name and version
- getModelWithVersion(String, Integer) - Method in class mindsdb.services.Models
-
Get a specific model by name and version
- getName() - Method in class mindsdb.models.Project
-
Get the name of the project
- getProject() - Method in class mindsdb.services.Server
-
Get default 'mindsdb' project
- getProject(String) - Method in class mindsdb.services.Server
-
Get A project
- getResponseBody() - Method in exception mindsdb.utils.HttpException
-
Returns the response body.
- getSkill(String) - Method in class mindsdb.services.Server
-
Get a skill by name
- getStatus() - Method in class mindsdb.models.Model
-
Get status of the model
- getStatusCode() - Method in exception mindsdb.utils.HttpException
-
Returns the HTTP status code.
- getTable(String) - Method in class mindsdb.models.Database
-
Get table by name
- getUrl() - Method in class mindsdb.connectors.RestAPI
-
Get the URL of the MindsDB server
- getVersion(Integer) - Method in class mindsdb.models.Model
-
Get version of the model
- getView(String) - Method in class mindsdb.models.Project
-
Get a view by name
H
- Handler - Class in mindsdb.models
-
The
Handler
class represents a handler with various attributes such as name, title, version, description, connection arguments, import success flag, and import error message. - Handler(JsonObject) - Constructor for class mindsdb.models.Handler
-
Constructs a new Handler instance with the provided JSON object.
- Handlers - Class in mindsdb.services
-
The
Handlers
class provides methods to interact with handlers of a specific type. - Handlers(RestAPI, String) - Constructor for class mindsdb.services.Handlers
-
Constructs a new
Handlers
instance with the provided API and handler type. - hashCode() - Method in class mindsdb.models.skill.Skill
- HttpException - Exception in mindsdb.utils
-
Custom exception to handle HTTP errors.
- HttpException(int, String) - Constructor for exception mindsdb.utils.HttpException
-
Constructs a new HttpException with the specified status code and response body.
I
- insert(Map<String, String>) - Method in class mindsdb.models.KnowledgeBase
-
Insert data into the knowledge base using a map
- insert(Query) - Method in class mindsdb.models.KnowledgeBase
-
Insert data into the knowledge base using a Query object
- insert(Query) - Method in class mindsdb.models.MDBTable
-
Insert data into table
- insert(Table) - Method in class mindsdb.models.KnowledgeBase
-
Insert data into the knowledge base using a Table object
- insert(Table) - Method in class mindsdb.models.MDBTable
-
Insert data into table
- insertFiles(List<String>) - Method in class mindsdb.models.KnowledgeBase
-
Insert files into the knowledge base
- insertFilesIntoKnowledgeBase(String, String, List<String>) - Method in class mindsdb.connectors.RestAPI
-
Insert files into a knowledge base
- insertWebpages(List<String>, int, List<String>) - Method in class mindsdb.models.KnowledgeBase
-
Insert webpages into the knowledge base
- insertWebpagesIntoKnowledgeBase(String, String, List<String>, int, List<String>) - Method in class mindsdb.connectors.RestAPI
-
Insert webpages into a knowledge base
J
- Job - Class in mindsdb.models
-
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.
- Job(Project, String) - Constructor for class mindsdb.models.Job
-
Constructs a new Job instance with the specified attributes, without data and create callback.
- Job(Project, String, Map<String, String>, CreateJobCallback) - Constructor for class mindsdb.models.Job
-
Constructs a new Job instance with the specified attributes.
- Job(Project, String, CreateJobCallback) - Constructor for class mindsdb.models.Job
-
Constructs a new Job instance with the specified attributes, without data.
- Jobs - Class in mindsdb.services
-
The Jobs class provides methods to list, get, create, and drop jobs in a project.
- Jobs(Project, RestAPI) - Constructor for class mindsdb.services.Jobs
-
Constructs a new Jobs instance with the provided project and API.
K
- KnowledgeBase - Class in mindsdb.models
-
The KnowledgeBase class represents a knowledge base within a MindsDB project.
- KnowledgeBase(RestAPI, Project, Map<String, Object>) - Constructor for class mindsdb.models.KnowledgeBase
-
Create a new KnowledgeBase object
- knowledgeBases - Variable in class mindsdb.models.Project
-
The KnowledgeBases service for managing knowledge bases.
- KnowledgeBases - Class in mindsdb.services
-
Service class for managing knowledge bases in a MindsDB project.
- KnowledgeBases(Project, RestAPI) - Constructor for class mindsdb.services.KnowledgeBases
-
Constructs a new KnowledgeBases instance with the provided project and API.
L
- limit(Integer) - Method in class mindsdb.models.MDBTable
-
Limit the number of rows returned by the query
- list() - Method in class mindsdb.services.Agents
-
List all agents
- list() - Method in class mindsdb.services.Databases
-
List all databases
- list() - Method in class mindsdb.services.Handlers
-
Lists all handlers of the specified type.
- list() - Method in class mindsdb.services.Jobs
-
Show list of jobs in project
- list() - Method in class mindsdb.services.KnowledgeBases
-
List all knowledge bases in the project.
- list() - Method in class mindsdb.services.MLEngines
-
List all ML engines
- list() - Method in class mindsdb.services.Projects
-
List all projects
- list() - Method in class mindsdb.services.Skills
-
List all skills in the project.
- list() - Method in class mindsdb.services.Tables
-
List all tables in the database
- list() - Method in class mindsdb.services.Views
-
List all views
- listDatabases() - Method in class mindsdb.services.Server
-
List all databases
- listDataHandlers() - Method in class mindsdb.services.Server
-
List all data handlers
- listJobs() - Method in class mindsdb.models.Project
-
List all jobs
- listKnowledgeBases() - Method in class mindsdb.models.Project
-
List all knowledge bases
- listMLEngines() - Method in class mindsdb.services.Server
-
List all ML engines
- listMLHandlers() - Method in class mindsdb.services.Server
-
List all ML handlers
- listModels() - Method in class mindsdb.models.Project
-
List all models
- listModels(String) - Method in class mindsdb.services.Models
-
List all models
- listModelsWithVersion(String, Integer) - Method in class mindsdb.models.Project
-
List all models with a specific name and version
- listModelsWithVersion(String, Integer) - Method in class mindsdb.services.Models
-
List all models with version
- listProjects() - Method in class mindsdb.services.Server
-
List all projects
- listSkills() - Method in class mindsdb.services.Server
-
List all skills
- listTables() - Method in class mindsdb.models.Database
-
List all tables in database
- listVersions() - Method in class mindsdb.models.Model
-
List all versions of the model
- listViews() - Method in class mindsdb.models.Project
-
List all views
- login() - Method in class mindsdb.connectors.RestAPI
-
Login to the MindsDB server
M
- MDBTable - Class in mindsdb.models
-
The MDBTable class represents a table in the MindsDB system.
- MDBTable(Database, String) - Constructor for class mindsdb.models.MDBTable
-
Create a new Mindsdb Table object
- MDBTable(Project, String) - Constructor for class mindsdb.models.MDBTable
-
Create a new Mindsdb Table object
- mindsdb - package mindsdb
- MindsDB - Class in mindsdb
-
MindsDB class for connecting to MindsDB server.
- MindsDB() - Constructor for class mindsdb.MindsDB
- mindsdb.connectors - package mindsdb.connectors
- mindsdb.models - package mindsdb.models
- mindsdb.models.agent - package mindsdb.models.agent
- mindsdb.models.skill - package mindsdb.models.skill
- mindsdb.services - package mindsdb.services
- mindsdb.utils - package mindsdb.utils
- MLEngine - Class in mindsdb.models
-
MLEngine class for handling ML engine.
- MLEngine(String, String, Map<String, String>) - Constructor for class mindsdb.models.MLEngine
-
Constructor for MLEngine
- mlEngines - Variable in class mindsdb.services.Server
-
The MLEngines service for managing machine learning engines.
- MLEngines - Class in mindsdb.services
-
MLEngines service class for handling ML engines.
- MLEngines(RestAPI) - Constructor for class mindsdb.services.MLEngines
-
Constructor for MLEngines
- mlHandlers - Variable in class mindsdb.services.Server
-
The MLHandlers service for managing machine learning handlers.
- MLHandlers - Class in mindsdb.services
-
MLHandlers service class for handling ML handlers.
- MLHandlers(RestAPI) - Constructor for class mindsdb.services.MLHandlers
-
Constructor for MLHandlers
- Model - Class in mindsdb.models
-
Model class for handling model.
- Model(Project, Map<String, Object>) - Constructor for class mindsdb.models.Model
-
Constructor for Model
- modelPredict(String, String, Map<String, String>, Map<String, String>, Integer) - Method in class mindsdb.connectors.RestAPI
-
Make a single prediction using a MindsDB model
- modelPredict(String, String, Table, Map<String, String>, Integer) - Method in class mindsdb.connectors.RestAPI
-
Make a batch prediction using a MindsDB model
- models - Variable in class mindsdb.models.Project
-
The Models service for managing models.
- Models - Class in mindsdb.services
-
Models service class for handling models.
- Models(Project, RestAPI) - Constructor for class mindsdb.services.Models
-
Constructor for Models
- ModelVersion - Class in mindsdb.models
-
ModelVersion class for handling model version.
- ModelVersion(Project, Map<String, Object>) - Constructor for class mindsdb.models.ModelVersion
-
Constructor for ModelVersion
O
- objectsTree() - Method in class mindsdb.connectors.RestAPI
-
Insert data into a knowledge base
- objectsTree(String) - Method in class mindsdb.connectors.RestAPI
-
Insert data into a knowledge base
P
- predict(Map<String, String>) - Method in class mindsdb.models.Model
-
Make prediction with the model
- predict(Map<String, String>, Map<String, String>) - Method in class mindsdb.models.Model
-
Make prediction with the model
- predict(MDBTable) - Method in class mindsdb.models.Model
-
Make prediction with the model using MDBTable
- predict(Table) - Method in class mindsdb.models.Model
-
Make prediction with the model
- predict(Table, Map<String, String>) - Method in class mindsdb.models.Model
-
Make prediction with the model
- Project - Class in mindsdb.models
-
Project class for handling project.
- Project(RestAPI, String) - Constructor for class mindsdb.models.Project
-
Constructor for Project
- projects - Variable in class mindsdb.services.Server
-
The Projects service for managing projects.
- Projects - Class in mindsdb.services
-
Projects service class for handling projects.
- Projects(Server, RestAPI) - Constructor for class mindsdb.services.Projects
-
Constructor for Projects
Q
- query(String) - Method in class mindsdb.models.Database
-
Create a new Query object
- query(String) - Method in class mindsdb.models.Project
-
Create a Query object
- Query - Class in mindsdb.services
-
Query class for handling SQL queries.
- Query(RestAPI, String) - Constructor for class mindsdb.services.Query
-
Constructs a new Query instance with the provided API and SQL query.
- Query(RestAPI, String, String) - Constructor for class mindsdb.services.Query
-
Constructs a new Query instance with the provided API, SQL query, and database.
R
- readDataFrameAsCSV(Table) - Static method in class mindsdb.connectors.RestAPI
-
Read the content of dataframe as csv in bytes
- readFileAsBytes(String) - Static method in class mindsdb.connectors.RestAPI
-
Read the content of a file as bytes
- readFileAsWebpage(String) - Static method in class mindsdb.connectors.RestAPI
-
Read the content of a file as a webpage
- refresh() - Method in class mindsdb.models.Job
-
Refreshes the job by updating its data from the project.
- refresh() - Method in class mindsdb.models.Model
-
Refresh the model
- RestAPI - Class in mindsdb.connectors
-
RestAPI class for handling REST API requests.
- RestAPI(String, String, String, String, boolean, Map<String, String>) - Constructor for class mindsdb.connectors.RestAPI
-
Constructor for RestAPI
- retrain(String, String, Map<String, String>, String) - Method in class mindsdb.models.Model
-
Call retrain of the model
- RetrievalSkill - Class in mindsdb.models.skill
-
The RetrievalSkill class represents a specific type of skill that focuses on retrieval tasks.
- RetrievalSkill(String, String, String) - Constructor for class mindsdb.models.skill.RetrievalSkill
-
Constructs a new RetrievalSkill instance.
S
- Server - Class in mindsdb.services
-
The Server class extends the Project class and provides various services such as managing databases, ML engines, ML handlers, data handlers, agents, and skills.
- Server(RestAPI) - Constructor for class mindsdb.services.Server
-
Constructs a new Server instance with the specified RestAPI.
- setActive(int) - Method in class mindsdb.models.Model
-
Set active version of the model
- setParams(Map<String, Object>) - Method in class mindsdb.models.skill.Skill
-
Update or set the parameters of the skill.
- skill(String, String) - Method in class mindsdb.connectors.RestAPI
-
Get a skill of a project
- Skill - Class in mindsdb.models.skill
-
The Skill class represents a skill with a name, type, and parameters.
- Skill(String, String, Map<String, Object>) - Constructor for class mindsdb.models.skill.Skill
-
Constructs a new Skill instance with the specified name, type, and parameters.
- skills - Variable in class mindsdb.services.Server
-
The Skills service for managing skills.
- skills(String) - Method in class mindsdb.connectors.RestAPI
-
Get skills of a project
- Skills - Class in mindsdb.services
-
The Skills class provides methods for managing skills.
- Skills(Project, RestAPI) - Constructor for class mindsdb.services.Skills
-
Constructs a new Skills instance with the specified project and API.
- sqlQuery(String) - Method in class mindsdb.connectors.RestAPI
-
Execute a SQL query to the MindsDB server
- sqlQuery(String, String) - Method in class mindsdb.connectors.RestAPI
-
Execute a SQL query to the MindsDB server
- SQLSkill - Class in mindsdb.models.skill
-
The SQLSkill class represents a specific type of skill that focuses on SQL tasks.
- SQLSkill(String, List<String>, String, String) - Constructor for class mindsdb.models.skill.SQLSkill
-
Constructs a new SQLSkill instance with the specified name, list of tables,
- status() - Method in class mindsdb.connectors.RestAPI
-
Upload a custom handler to MindsDB
- status() - Method in class mindsdb.services.Server
-
Get the status of the server
T
- tables - Variable in class mindsdb.models.Database
-
Tables object
- Tables - Class in mindsdb.services
-
Tables service class for handling tables.
- Tables(Database, RestAPI) - Constructor for class mindsdb.services.Tables
-
Constructor for Tables
- toString() - Method in class mindsdb.models.agent.Agent
- toString() - Method in class mindsdb.models.agent.AgentCompletion
- toString() - Method in class mindsdb.models.Database
- toString() - Method in class mindsdb.models.Handler
- toString() - Method in class mindsdb.models.Job
- toString() - Method in class mindsdb.models.KnowledgeBase
- toString() - Method in class mindsdb.models.MDBTable
- toString() - Method in class mindsdb.models.Model
- toString() - Method in class mindsdb.models.Project
- toString() - Method in class mindsdb.models.skill.Skill
- toString() - Method in class mindsdb.services.Query
- toString() - Method in class mindsdb.services.Server
- track(String) - Method in class mindsdb.models.MDBTable
-
Track the table by a column
- type - Variable in class mindsdb.services.Handlers
-
The type of handlers this instance manages.
U
- update(String, Agent) - Method in class mindsdb.services.Agents
-
Update an agent
- update(String, Skill) - Method in class mindsdb.services.Skills
-
Update a skill with the specified name and updated skill.
- update(Map<String, Object>, String...) - Method in class mindsdb.models.MDBTable
-
Update table by condition
- update(Query, List<String>) - Method in class mindsdb.models.MDBTable
-
Update table by condition
- updateAgent(String, String, String, String, List<String>, List<String>, JsonObject) - Method in class mindsdb.connectors.RestAPI
-
Update an agent
- updateSkill(String, String, String, String, JsonObject) - Method in class mindsdb.connectors.RestAPI
-
Update a skill
- updateSkill(String, Skill) - Method in class mindsdb.services.Server
-
Update a skill
- uploadData(String, byte[]) - Method in class mindsdb.connectors.RestAPI
-
Upload a file to the MindsDB server
- uploadFile(String, String) - Method in class mindsdb.connectors.RestAPI
-
Upload a file to the MindsDB server
- uploadFile(String, Table) - Method in class mindsdb.connectors.RestAPI
-
Upload a file to the MindsDB server
V
- View - Class in mindsdb.models
-
The View class represents a specific type of table that focuses on views.
- View(Project, String) - Constructor for class mindsdb.models.View
-
Constructs a new View instance with the specified project and name.
- Views - Class in mindsdb.services
-
Views service class for handling views.
- Views(Project, RestAPI) - Constructor for class mindsdb.services.Views
-
Constructor for Views
W
- waitComplete() - Method in class mindsdb.models.Model
-
Wait for training to complete
All Classes and Interfaces|All Packages|Serialized Form