Uses of Class
com.gpudb.protocol.ShowModelResponse
-
Packages that use ShowModelResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowModelResponse in com.gpudb
Methods in com.gpudb that return ShowModelResponse Modifier and Type Method Description ShowModelResponseGPUdb. showModel(ShowModelRequest request)ShowModelResponseGPUdb. showModel(List<String> modelNames, Map<String,String> options) -
Uses of ShowModelResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowModelResponse Modifier and Type Method Description ShowModelResponseShowModelResponse. setContainerList(List<String> containerList)ShowModelResponseShowModelResponse. setDeployments(List<String> deployments)ShowModelResponseShowModelResponse. setEntityIds(List<Integer> entityIds)ShowModelResponseShowModelResponse. setInfo(Map<String,String> info)ShowModelResponseShowModelResponse. setInputSchemas(List<String> inputSchemas)ShowModelResponseShowModelResponse. setModelNames(List<String> modelNames)ShowModelResponseShowModelResponse. setOptions(List<Map<String,String>> options)ShowModelResponseShowModelResponse. setOutputSchemas(List<String> outputSchemas)ShowModelResponseShowModelResponse. setRegistryList(List<String> registryList)ShowModelResponseShowModelResponse. setRunFunctionList(List<String> runFunctionList)
-