Uses of Class
com.logicaldoc.gui.frontend.client.ai.model.GUIModel
Packages that use GUIModel
Package
Description
-
Uses of GUIModel in com.logicaldoc.gui.frontend.client.ai
Methods in com.logicaldoc.gui.frontend.client.ai that return GUIModelModifier and TypeMethodDescriptionAIService.cloneModel
(long modelId, String newName) Clones a modelAIService.getModel
(long modelId) Retrieves a model from the data layerAIService.importModel
(String modelName) Imports a new modelCreates or updates a modelMethods in com.logicaldoc.gui.frontend.client.ai that return types with arguments of type GUIModelMethods in com.logicaldoc.gui.frontend.client.ai with parameters of type GUIModelModifier and TypeMethodDescriptionCreates or updates a modelvoid
AIServiceAsync.saveModel
(GUIModel model, com.google.gwt.user.client.rpc.AsyncCallback<GUIModel> callback) Method parameters in com.logicaldoc.gui.frontend.client.ai with type arguments of type GUIModelModifier and TypeMethodDescriptionvoid
AIServiceAsync.cloneModel
(long modelId, String newName, com.google.gwt.user.client.rpc.AsyncCallback<GUIModel> callback) void
AIServiceAsync.getModel
(long modelId, com.google.gwt.user.client.rpc.AsyncCallback<GUIModel> callback) void
void
AIServiceAsync.importModel
(String modelName, com.google.gwt.user.client.rpc.AsyncCallback<GUIModel> callback) void
AIServiceAsync.saveModel
(GUIModel model, com.google.gwt.user.client.rpc.AsyncCallback<GUIModel> callback) -
Uses of GUIModel in com.logicaldoc.gui.frontend.client.ai.model
Methods in com.logicaldoc.gui.frontend.client.ai.model that return GUIModelMethods in com.logicaldoc.gui.frontend.client.ai.model with parameters of type GUIModelModifier and TypeMethodDescriptionvoid
void
ModelEvaluation.onModelChanged
(GUIModel mdl) void
ModelObserver.onModelChanged
(GUIModel model) Called when something changes in the modelvoid
ModelTraining.onModelChanged
(GUIModel mdl) void
void
ModelsPanel.updateRecord
(GUIModel model) Updates the selected rec with new dataConstructors in com.logicaldoc.gui.frontend.client.ai.model with parameters of type GUIModelModifierConstructorDescriptionModelEvaluation
(GUIModel model, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) ModelProperties
(GUIModel model, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) ModelStats
(GUIModel model) ModelTraining
(GUIModel model, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) QueryDialog
(GUIModel model)