public static final class ModelsHandler.Models extends Iced<ModelsHandler.Models>
Modifier and Type | Field and Description |
---|---|
boolean |
find_compatible_frames |
Key |
model_id |
Model[] |
models |
Constructor and Description |
---|
Models() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<Frame,java.util.Set<java.lang.String>> |
fetchFrameCols()
Fetch all the Frames so we can see if they are compatible with our Model(s).
|
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
public Key model_id
public Model[] models
public boolean find_compatible_frames
protected java.util.Map<Frame,java.util.Set<java.lang.String>> fetchFrameCols()