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