Mindsdb python SDK
Connection:
Connection to mindsdb server
Modules:
Server
Databases
Projects
Handlers
ML Engines
Models
Tables
Views
Query
Jobs
Knowledge bases
Skills
Agents
Mindsdb python SDK
Index
Index
A
|
C
|
D
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
A
add_file() (mindsdb_sdk.agents.Agent method)
(mindsdb_sdk.agents.Agents method)
add_query() (mindsdb_sdk.jobs.Job method)
Agent (class in mindsdb_sdk.agents)
AgentCompletion (class in mindsdb_sdk.agents)
Agents (class in mindsdb_sdk.agents)
C
completion() (mindsdb_sdk.agents.Agent method)
(mindsdb_sdk.agents.Agents method)
connect() (in module mindsdb_sdk.connect)
connection_args (mindsdb_sdk.handlers.Handler attribute)
connection_data (mindsdb_sdk.ml_engines.MLEngine attribute)
create() (mindsdb_sdk.agents.Agents method)
(mindsdb_sdk.databases.Databases method)
(mindsdb_sdk.jobs.Jobs method)
(mindsdb_sdk.knowledge_bases.KnowledgeBases method)
(mindsdb_sdk.ml_engines.MLEngines method)
(mindsdb_sdk.models.Models method)
(mindsdb_sdk.projects.Projects method)
(mindsdb_sdk.skills.Skills method)
(mindsdb_sdk.tables.Tables method)
(mindsdb_sdk.views.Views method)
create_byom() (mindsdb_sdk.ml_engines.MLEngines method)
D
Database (class in mindsdb_sdk.databases)
Databases (class in mindsdb_sdk.databases)
DataHandlers (class in mindsdb_sdk.handlers)
delete() (mindsdb_sdk.tables.Table method)
describe() (mindsdb_sdk.models.Model method)
description (mindsdb_sdk.handlers.Handler attribute)
drop() (mindsdb_sdk.agents.Agents method)
(mindsdb_sdk.databases.Databases method)
(mindsdb_sdk.jobs.Jobs method)
(mindsdb_sdk.knowledge_bases.KnowledgeBases method)
(mindsdb_sdk.ml_engines.MLEngines method)
(mindsdb_sdk.models.Models method)
(mindsdb_sdk.projects.Projects method)
(mindsdb_sdk.skills.Skills method)
(mindsdb_sdk.tables.Tables method)
(mindsdb_sdk.views.Views method)
drop_model_version() (mindsdb_sdk.projects.Project method)
drop_version() (mindsdb_sdk.models.Model method)
F
fetch() (mindsdb_sdk.query.Query method)
filter() (mindsdb_sdk.tables.Table method)
find() (mindsdb_sdk.knowledge_bases.KnowledgeBase method)
finetune() (mindsdb_sdk.models.Model method)
from_json() (mindsdb_sdk.agents.Agent class method)
(mindsdb_sdk.skills.Skill class method)
G
get() (mindsdb_sdk.agents.Agents method)
(mindsdb_sdk.databases.Databases method)
(mindsdb_sdk.handlers.Handlers method)
(mindsdb_sdk.jobs.Jobs method)
(mindsdb_sdk.knowledge_bases.KnowledgeBases method)
(mindsdb_sdk.ml_engines.MLEngines method)
(mindsdb_sdk.models.Models method)
(mindsdb_sdk.projects.Projects method)
(mindsdb_sdk.skills.Skills method)
(mindsdb_sdk.tables.Tables method)
(mindsdb_sdk.views.Views method)
get_history() (mindsdb_sdk.jobs.Job method)
get_status() (mindsdb_sdk.models.Model method)
get_version() (mindsdb_sdk.models.Model method)
H
Handler (class in mindsdb_sdk.handlers)
handler (mindsdb_sdk.ml_engines.MLEngine attribute)
Handlers (class in mindsdb_sdk.handlers)
I
import_error (mindsdb_sdk.handlers.Handler attribute)
import_success (mindsdb_sdk.handlers.Handler attribute)
insert() (mindsdb_sdk.knowledge_bases.KnowledgeBase method)
(mindsdb_sdk.tables.Table method)
J
Job (class in mindsdb_sdk.jobs)
Jobs (class in mindsdb_sdk.jobs)
K
KnowledgeBase (class in mindsdb_sdk.knowledge_bases)
KnowledgeBases (class in mindsdb_sdk.knowledge_bases)
L
limit() (mindsdb_sdk.tables.Table method)
list() (mindsdb_sdk.agents.Agents method)
(mindsdb_sdk.databases.Databases method)
(mindsdb_sdk.handlers.Handlers method)
(mindsdb_sdk.jobs.Jobs method)
(mindsdb_sdk.knowledge_bases.KnowledgeBases method)
(mindsdb_sdk.ml_engines.MLEngines method)
(mindsdb_sdk.models.Models method)
(mindsdb_sdk.projects.Projects method)
(mindsdb_sdk.skills.Skills method)
(mindsdb_sdk.tables.Tables method)
(mindsdb_sdk.views.Views method)
list_versions() (mindsdb_sdk.models.Model method)
M
mindsdb_sdk.agents (module)
mindsdb_sdk.connect (module)
mindsdb_sdk.databases (module)
mindsdb_sdk.handlers (module)
mindsdb_sdk.jobs (module)
mindsdb_sdk.knowledge_bases (module)
mindsdb_sdk.ml_engines (module)
mindsdb_sdk.models (module)
mindsdb_sdk.projects (module)
mindsdb_sdk.query (module)
mindsdb_sdk.server (module)
mindsdb_sdk.skills (module)
mindsdb_sdk.tables (module)
mindsdb_sdk.views (module)
MLEngine (class in mindsdb_sdk.ml_engines)
MLEngines (class in mindsdb_sdk.ml_engines)
MLHandlers (class in mindsdb_sdk.handlers)
Model (class in mindsdb_sdk.models)
Models (class in mindsdb_sdk.models)
ModelVersion (class in mindsdb_sdk.models)
N
name (mindsdb_sdk.handlers.Handler attribute)
(mindsdb_sdk.ml_engines.MLEngine attribute)
P
predict() (mindsdb_sdk.models.Model method)
Project (class in mindsdb_sdk.projects)
Projects (class in mindsdb_sdk.projects)
Q
Query (class in mindsdb_sdk.query)
query() (mindsdb_sdk.databases.Database method)
(mindsdb_sdk.projects.Project method)
R
refresh() (mindsdb_sdk.jobs.Job method)
(mindsdb_sdk.models.Model method)
retrain() (mindsdb_sdk.models.Model method)
RetrievalSkill (class in mindsdb_sdk.skills)
S
Server (class in mindsdb_sdk.server)
set_active() (mindsdb_sdk.models.Model method)
Skill (class in mindsdb_sdk.skills)
Skills (class in mindsdb_sdk.skills)
SQLSkill (class in mindsdb_sdk.skills)
status() (mindsdb_sdk.server.Server method)
T
Table (class in mindsdb_sdk.tables)
Tables (class in mindsdb_sdk.tables)
title (mindsdb_sdk.handlers.Handler attribute)
track() (mindsdb_sdk.tables.Table method)
U
update() (mindsdb_sdk.agents.Agents method)
(mindsdb_sdk.skills.Skills method)
(mindsdb_sdk.tables.Table method)
V
version (mindsdb_sdk.handlers.Handler attribute)
View (class in mindsdb_sdk.views)
Views (class in mindsdb_sdk.views)
W
wait_complete() (mindsdb_sdk.models.Model method)