Uses of Class
com.gpudb.protocol.ImportModelResponse
-
Packages that use ImportModelResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ImportModelResponse in com.gpudb
Methods in com.gpudb that return ImportModelResponse Modifier and Type Method Description ImportModelResponseGPUdb. importModel(ImportModelRequest request)ImportModelResponseGPUdb. importModel(String modelName, String registryName, String container, String runFunction, String modelType, Map<String,String> options) -
Uses of ImportModelResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ImportModelResponse Modifier and Type Method Description ImportModelResponseImportModelResponse. setEntityId(int entityId)ImportModelResponseImportModelResponse. setInfo(Map<String,String> info)ImportModelResponseImportModelResponse. setModelName(String modelName)
-