Uses of Class
mindsdb.models.ModelVersion
Packages that use ModelVersion
-
Uses of ModelVersion in mindsdb.models
Methods in mindsdb.models that return ModelVersionModifier and TypeMethodDescriptionProject.getModelWithVersion
(String name, int version) Get a model with a specific name and versionModel.getVersion
(Integer num) Get version of the modelMethods in mindsdb.models that return types with arguments of type ModelVersionModifier and TypeMethodDescriptionProject.listModelsWithVersion
(String name, Integer version) List all models with a specific name and versionModel.listVersions()
List all versions of the model -
Uses of ModelVersion in mindsdb.services
Methods in mindsdb.services that return ModelVersionModifier and TypeMethodDescriptionModels.getModelWithVersion
(String name, Integer version) Get a specific model by name and versionMethods in mindsdb.services that return types with arguments of type ModelVersionModifier and TypeMethodDescriptionModels.listModelsWithVersion
(String name, Integer version) List all models with version