Uses of Class
mindsdb.models.Project
Packages that use Project
-
Uses of Project in mindsdb.models
Constructors in mindsdb.models with parameters of type ProjectModifierConstructorDescriptionCreate a new Database objectCreate a new Database objectConstructs a new Job instance with the specified attributes, without data and create callback.Constructs a new Job instance with the specified attributes.Job
(Project project, String name, CreateJobCallback createCallback) Constructs a new Job instance with the specified attributes, without data.Create a new KnowledgeBase objectCreate a new Mindsdb Table objectConstructor for ModelModelVersion
(Project project, Map<String, Object> data) Constructor for ModelVersionConstructs a new View instance with the specified project and name. -
Uses of Project in mindsdb.services
Subclasses of Project in mindsdb.servicesModifier and TypeClassDescriptionclass
The Server class extends the Project class and provides various services such as managing databases, ML engines, ML handlers, data handlers, agents, and skills.Methods in mindsdb.services that return ProjectModifier and TypeMethodDescriptionCreate a new projectServer.createProject
(String name) Create a projectGet a specific project by nameServer.getProject()
Get default 'mindsdb' projectServer.getProject
(String name) Get A projectMethods in mindsdb.services that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjects.list()
List all projectsServer.listProjects()
List all projectsConstructors in mindsdb.services with parameters of type ProjectModifierConstructorDescriptionConstructor for the `Agents` class.Constructs a new Jobs instance with the provided project and API.KnowledgeBases
(Project project, RestAPI api) Constructs a new KnowledgeBases instance with the provided project and API.Constructor for ModelsConstructs a new Skills instance with the specified project and API.Constructor for Views