Package com.braintrustdata.api.models
Class InsertExperimentEvent.Scores
-
- All Implemented Interfaces:
public final class InsertExperimentEvent.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 classInsertExperimentEvent.Scores.BuilderA builder for Scores.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final InsertExperimentEvent.Scoresvalidate()final InsertExperimentEvent.Scores.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InsertExperimentEvent.Scores.Builderbuilder()Returns a mutable builder for constructing an instance of Scores. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final InsertExperimentEvent.Scores validate()
-
toBuilder
final InsertExperimentEvent.Scores.Builder toBuilder()
-
builder
final static InsertExperimentEvent.Scores.Builder builder()
Returns a mutable builder for constructing an instance of Scores.
-
-
-
-