Package com.gpudb.protocol
Class ShowModelResponse
- java.lang.Object
-
- com.gpudb.protocol.ShowModelResponse
-
- All Implemented Interfaces:
org.apache.avro.generic.GenericContainer,org.apache.avro.generic.IndexedRecord
public class ShowModelResponse extends Object implements org.apache.avro.generic.IndexedRecord
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShowModelResponse.Info
-
Constructor Summary
Constructors Constructor Description ShowModelResponse()
-
Method Summary
-
-
-
Method Detail
-
getClassSchema
public static org.apache.avro.Schema getClassSchema()
-
setModelNames
public ShowModelResponse setModelNames(List<String> modelNames)
-
setEntityIds
public ShowModelResponse setEntityIds(List<Integer> entityIds)
-
setInputSchemas
public ShowModelResponse setInputSchemas(List<String> inputSchemas)
-
setOutputSchemas
public ShowModelResponse setOutputSchemas(List<String> outputSchemas)
-
setRegistryList
public ShowModelResponse setRegistryList(List<String> registryList)
-
setContainerList
public ShowModelResponse setContainerList(List<String> containerList)
-
setRunFunctionList
public ShowModelResponse setRunFunctionList(List<String> runFunctionList)
-
setDeployments
public ShowModelResponse setDeployments(List<String> deployments)
-
setOptions
public ShowModelResponse setOptions(List<Map<String,String>> options)
-
setInfo
public ShowModelResponse setInfo(Map<String,String> info)
-
getSchema
public org.apache.avro.Schema getSchema()
- Specified by:
getSchemain interfaceorg.apache.avro.generic.GenericContainer
-
get
public Object get(int index)
- Specified by:
getin interfaceorg.apache.avro.generic.IndexedRecord
-
put
public void put(int index, Object value)- Specified by:
putin interfaceorg.apache.avro.generic.IndexedRecord
-
-