Package com.braintrustdata.api.models
Class ProjectScoreUpdateParams.Categories.Weighted
-
- All Implemented Interfaces:
public final class ProjectScoreUpdateParams.Categories.WeightedFor weighted-type project scores, the weights of each score
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectScoreUpdateParams.Categories.Weighted.BuilderA builder for Weighted.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final ProjectScoreUpdateParams.Categories.Weightedvalidate()final ProjectScoreUpdateParams.Categories.Weighted.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProjectScoreUpdateParams.Categories.Weighted.Builderbuilder()Returns a mutable builder for constructing an instance of Weighted. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ProjectScoreUpdateParams.Categories.Weighted validate()
-
toBuilder
final ProjectScoreUpdateParams.Categories.Weighted.Builder toBuilder()
-
builder
final static ProjectScoreUpdateParams.Categories.Weighted.Builder builder()
Returns a mutable builder for constructing an instance of Weighted.
-
-
-
-