Server¶
-
class
mindsdb_sdk.server.
Server
(api, skills: mindsdb_sdk.skills.Skills = None, agents: mindsdb_sdk.agents.Agents = None)¶ Bases:
mindsdb_sdk.projects.Project
Server instance allows to manipulate project and databases (integration) on mindsdb server
Attributes for accessing to different objects:
projects, see
Projects()
databases, see
Databases()
ml_engines, see
MLEngines()
ml_handlers, see
MLHandlers()
data_handlers, see
DataHandlers()
- Server is also root(mindsdb) project and has attributes of project:
-
status
() → dict¶ Get server information. It could content version Example of getting version for local:
>>> print(server.status()['mindsdb_version'])
- Returns
server status info