Package com.braintrustdata.api.models
Class CodeBundle.Location.Experiment.Position.Scorer
-
- All Implemented Interfaces:
public final class CodeBundle.Location.Experiment.Position.Scorer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCodeBundle.Location.Experiment.Position.Scorer.BuilderA builder for Scorer.
public final classCodeBundle.Location.Experiment.Position.Scorer.Type
-
Method Summary
Modifier and Type Method Description final Longindex()final CodeBundle.Location.Experiment.Position.Scorer.Typetype()final JsonField<Long>_index()Returns the raw JSON value of index. final JsonField<CodeBundle.Location.Experiment.Position.Scorer.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final CodeBundle.Location.Experiment.Position.Scorervalidate()final CodeBundle.Location.Experiment.Position.Scorer.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CodeBundle.Location.Experiment.Position.Scorer.Builderbuilder()Returns a mutable builder for constructing an instance of Scorer. -
-
Method Detail
-
type
final CodeBundle.Location.Experiment.Position.Scorer.Type type()
-
_index
final JsonField<Long> _index()
Returns the raw JSON value of index.
Unlike index, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<CodeBundle.Location.Experiment.Position.Scorer.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final CodeBundle.Location.Experiment.Position.Scorer validate()
-
toBuilder
final CodeBundle.Location.Experiment.Position.Scorer.Builder toBuilder()
-
builder
final static CodeBundle.Location.Experiment.Position.Scorer.Builder builder()
Returns a mutable builder for constructing an instance of Scorer.
The following fields are required:
.index() .type()
-
-
-
-