Package com.braintrustdata.api.models
Class ExperimentFeedbackParams.Body
-
- All Implemented Interfaces:
public final class ExperimentFeedbackParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classExperimentFeedbackParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final List<FeedbackExperimentItem>feedback()A list of experiment feedback items final JsonField<List<FeedbackExperimentItem>>_feedback()Returns the raw JSON value of feedback. final Map<String, JsonValue>_additionalProperties()final ExperimentFeedbackParams.Bodyvalidate()final ExperimentFeedbackParams.Body.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ExperimentFeedbackParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
feedback
final List<FeedbackExperimentItem> feedback()
A list of experiment feedback items
-
_feedback
final JsonField<List<FeedbackExperimentItem>> _feedback()
Returns the raw JSON value of feedback.
Unlike feedback, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ExperimentFeedbackParams.Body validate()
-
toBuilder
final ExperimentFeedbackParams.Body.Builder toBuilder()
-
builder
final static ExperimentFeedbackParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.feedback()
-
-
-
-