Class ScoreSummary
-
- All Implemented Interfaces:
public final class ScoreSummarySummary of a score's performance
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScoreSummary.BuilderA builder for ScoreSummary.
-
Method Summary
Modifier and Type Method Description final Longimprovements()Number of improvements in the score final Stringname()Name of the score final Longregressions()Number of regressions in the score final Doublescore()Average score across all examples final Optional<Double>diff()Difference in score between the current and comparison experiment final JsonField<Long>_improvements()Returns the raw JSON value of improvements. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<Long>_regressions()Returns the raw JSON value of regressions. final JsonField<Double>_score()Returns the raw JSON value of score. final JsonField<Double>_diff()Returns the raw JSON value of diff. final Map<String, JsonValue>_additionalProperties()final ScoreSummary.BuildertoBuilder()final ScoreSummaryvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ScoreSummary.Builderbuilder()Returns a mutable builder for constructing an instance of ScoreSummary. -
-
Method Detail
-
improvements
final Long improvements()
Number of improvements in the score
-
regressions
final Long regressions()
Number of regressions in the score
-
diff
final Optional<Double> diff()
Difference in score between the current and comparison experiment
-
_improvements
final JsonField<Long> _improvements()
Returns the raw JSON value of improvements.
Unlike improvements, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_regressions
final JsonField<Long> _regressions()
Returns the raw JSON value of regressions.
Unlike regressions, this method doesn't throw if the JSON field has an unexpected type.
-
_score
final JsonField<Double> _score()
Returns the raw JSON value of score.
Unlike score, this method doesn't throw if the JSON field has an unexpected type.
-
_diff
final JsonField<Double> _diff()
Returns the raw JSON value of diff.
Unlike diff, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ScoreSummary.Builder toBuilder()
-
validate
final ScoreSummary validate()
-
builder
final static ScoreSummary.Builder builder()
Returns a mutable builder for constructing an instance of ScoreSummary.
The following fields are required:
.improvements() .name() .regressions() .score()
-
-
-
-