public class LeaderboardV99 extends SchemaV3
| 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
|
TwoDimTableV3 |
table
A table representation of this leaderboard, for easy rendering
|
| 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.
|
@SerializedName(value="project_name") public java.lang.String projectName
public ModelKeyV3[] models
@SerializedName(value="leaderboard_frame") public FrameKeyV3 leaderboardFrame
@SerializedName(value="leaderboard_frame_checksum") public long leaderboardFrameChecksum
@SerializedName(value="sort_metrics") public double[] sortMetrics
@SerializedName(value="sort_metric") public java.lang.String sortMetric
@SerializedName(value="sort_decreasing") public boolean sortDecreasing
public TwoDimTableV3 table