public class LeaderboardV99
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
FrameKeyV3[] |
leaderboardFrame
Frame for this leaderboard
|
long |
leaderboardFrameChecksum
Checksum for the Frame for this leaderboard
|
ModelKeyV3[] |
models
List of models for this leaderboard, sorted by metric so that the best is first
|
java.lang.String |
projectName
Identifier for models that should be grouped together in the leaderboard
|
boolean |
sortDecreasing
Metric direction used in the sort
|
java.lang.String |
sortMetric
Metric used to sort this leaderboard
|
double[] |
sortMetrics
Sort metrics for the models in this leaderboard, in the same order as the models
|
| Constructor and Description |
|---|
LeaderboardV99()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String projectName
public ModelKeyV3[] models
public FrameKeyV3[] leaderboardFrame
public long leaderboardFrameChecksum
public double[] sortMetrics
public java.lang.String sortMetric
public boolean sortDecreasing