Class ModelDescriptor
- java.lang.Object
-
- com.codedstreams.otterstreams.sql.metadata.ModelDescriptor
-
- All Implemented Interfaces:
Serializable
public class ModelDescriptor extends Object implements Serializable
Metadata descriptor for a registered model.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelDescriptor(String modelId, String modelName, String version, ModelFormat format, String path, InputOutputSchema schema, Map<String,String> tags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelFormatgetFormat()StringgetModelId()StringgetModelName()StringgetPath()longgetRegistrationTime()InputOutputSchemagetSchema()Map<String,String>getTags()StringgetVersion()
-
-
-
Constructor Detail
-
ModelDescriptor
public ModelDescriptor(String modelId, String modelName, String version, ModelFormat format, String path, InputOutputSchema schema, Map<String,String> tags)
-
-
Method Detail
-
getModelId
public String getModelId()
-
getModelName
public String getModelName()
-
getVersion
public String getVersion()
-
getFormat
public ModelFormat getFormat()
-
getPath
public String getPath()
-
getSchema
public InputOutputSchema getSchema()
-
getRegistrationTime
public long getRegistrationTime()
-
-