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