Package com.braintrustdata.api.models
Class ExperimentEvent.Scores
-
- All Implemented Interfaces:
public final class ExperimentEvent.ScoresA dictionary of numeric values (between 0 and 1) to log. The scores should give you a variety of signals that help you determine how accurate the outputs are compared to what you expect and diagnose failures. For example, a summarization app might have one score that tells you how accurate the summary is, and another that measures the word similarity between the generated and grouth truth summary. The word similarity score could help you determine whether the summarization was covering similar concepts or not. You can use these scores to help you sort, filter, and compare experiments
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classExperimentEvent.Scores.BuilderA builder for Scores.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final ExperimentEvent.Scores.BuildertoBuilder()final ExperimentEvent.Scoresvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ExperimentEvent.Scores.Builderbuilder()Returns a mutable builder for constructing an instance of Scores. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ExperimentEvent.Scores.Builder toBuilder()
-
validate
final ExperimentEvent.Scores validate()
-
builder
final static ExperimentEvent.Scores.Builder builder()
Returns a mutable builder for constructing an instance of Scores.
-
-
-
-