Package com.braintrustdata.api.models
Class FeedbackProjectLogsItem.Scores
-
- All Implemented Interfaces:
public final class FeedbackProjectLogsItem.ScoresA dictionary of numeric values (between 0 and 1) to log. These scores will be merged into the existing scores for the project logs event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFeedbackProjectLogsItem.Scores.BuilderA builder for Scores.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final FeedbackProjectLogsItem.Scoresvalidate()final FeedbackProjectLogsItem.Scores.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FeedbackProjectLogsItem.Scores.Builderbuilder()Returns a mutable builder for constructing an instance of Scores. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FeedbackProjectLogsItem.Scores validate()
-
toBuilder
final FeedbackProjectLogsItem.Scores.Builder toBuilder()
-
builder
final static FeedbackProjectLogsItem.Scores.Builder builder()
Returns a mutable builder for constructing an instance of Scores.
-
-
-
-