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