Uses of Class
mindsdb.models.Model
Packages that use Model
-
Uses of Model in mindsdb.models
Subclasses of Model in mindsdb.modelsModifier and TypeClassDescriptionclass
ModelVersion class for handling model version.Methods in mindsdb.models that return ModelModifier and TypeMethodDescriptionCall finetune of the modelGet a model by nameCall retrain of the modelMethods in mindsdb.models that return types with arguments of type Model -
Uses of Model in mindsdb.services
Methods in mindsdb.services that return ModelModifier and TypeMethodDescriptionModels.create
(String name, String predict, String engine, String query, String database, Map<String, Object> options, Map<String, Object> timeseriesOptions) Create a new modelGet a specific model by nameMethods in mindsdb.services that return types with arguments of type ModelMethods in mindsdb.services with parameters of type Model