Class ExperimentServiceImpl
-
- All Implemented Interfaces:
-
com.braintrustdata.api.services.blocking.ExperimentService
public final class ExperimentServiceImpl implements ExperimentService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classExperimentServiceImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.braintrustdata.api.services.blocking.ExperimentService
create, delete, feedback, fetch, fetchPost, insert, list, list, list, retrieve, summarize, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
ExperimentService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
Experiment create(ExperimentCreateParams params, RequestOptions requestOptions)
-
retrieve
Experiment retrieve(ExperimentRetrieveParams params, RequestOptions requestOptions)
-
update
Experiment update(ExperimentUpdateParams params, RequestOptions requestOptions)
-
list
ExperimentListPage list(ExperimentListParams params, RequestOptions requestOptions)
-
delete
Experiment delete(ExperimentDeleteParams params, RequestOptions requestOptions)
-
feedback
FeedbackResponseSchema feedback(ExperimentFeedbackParams params, RequestOptions requestOptions)
-
fetch
FetchExperimentEventsResponse fetch(ExperimentFetchParams params, RequestOptions requestOptions)
-
fetchPost
FetchExperimentEventsResponse fetchPost(ExperimentFetchPostParams params, RequestOptions requestOptions)
-
insert
InsertEventsResponse insert(ExperimentInsertParams params, RequestOptions requestOptions)
-
summarize
SummarizeExperimentResponse summarize(ExperimentSummarizeParams params, RequestOptions requestOptions)
-
-
-
-