Package com.gpudb.protocol
Class ImportModelRequest
java.lang.Object
com.gpudb.protocol.ImportModelRequest
All Implemented Interfaces:
org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecordNested Class Summary
Nested ClassesMethod Summary
Modifier and TypeMethodDescriptionbooleanget(int index) static org.apache.avro.Schemaorg.apache.avro.SchemainthashCode()voidsetContainer(String container) setModelName(String modelName) setModelType(String modelType) setOptions(Map<String, String> options) setRegistryName(String registryName) setRunFunction(String runFunction) toString()
Method Details
getClassSchema
public static org.apache.avro.Schema getClassSchema()setModelName
setRegistryName
setContainer
setRunFunction
setModelType
setOptions
getSchema
public org.apache.avro.Schema getSchema()Specified by:getSchemain interfaceorg.apache.avro.generic.GenericContainer