public class AlgoName extends Iced<AlgoName> implements LeaderboardCell<java.lang.String,AlgoName>
Modifier and Type | Field and Description |
---|---|
static LeaderboardColumn |
COLUMN |
Modifier and Type | Method and Description |
---|---|
LeaderboardColumn |
getColumn() |
Key<Model> |
getModelId() |
java.lang.String |
getValue()
gets the current value of the cell.
|
void |
setValue(java.lang.String value)
sets the cell value.
|
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fetch, isNA
asBytes, clone, frozenType, read, readJSON, reloadFromBytes, write, writeJSON
public static final LeaderboardColumn COLUMN
public AlgoName(Model model)
public LeaderboardColumn getColumn()
getColumn
in interface LeaderboardCell<java.lang.String,AlgoName>
public Key<Model> getModelId()
getModelId
in interface LeaderboardCell<java.lang.String,AlgoName>
public java.lang.String getValue()
LeaderboardCell
LeaderboardCell.fetch()
.
This is an accessor, it is safe to call LeaderboardCell.getValue()
multiple times without triggering any side effect.getValue
in interface LeaderboardCell<java.lang.String,AlgoName>
public void setValue(java.lang.String value)
LeaderboardCell
setValue
in interface LeaderboardCell<java.lang.String,AlgoName>