@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ModelPojo
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
algorithm
Model algorithm name - drf, gbm, deeplearning, ...
|
java.lang.String |
name
Model name - in fact name of class in the most of cases.
|
Modifier and Type | Optional Element and Description |
---|---|
long |
requiredMemory
Model memory requirements.
|