Uses of Class
com.gpudb.protocol.AlterModelResponse
-
Packages that use AlterModelResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterModelResponse in com.gpudb
Methods in com.gpudb that return AlterModelResponse Modifier and Type Method Description AlterModelResponseGPUdb. alterModel(AlterModelRequest request)AlterModelResponseGPUdb. alterModel(String modelName, String action, String value, Map<String,String> options) -
Uses of AlterModelResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterModelResponse Modifier and Type Method Description AlterModelResponseAlterModelResponse. setAction(String action)AlterModelResponseAlterModelResponse. setInfo(Map<String,String> info)AlterModelResponseAlterModelResponse. setModelName(String modelName)AlterModelResponseAlterModelResponse. setValue(String value)
-