Class ExperimentServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.braintrustdata.api.services.async.ExperimentServiceAsync
public final class ExperimentServiceAsyncImpl implements ExperimentServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classExperimentServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.braintrustdata.api.services.async.ExperimentServiceAsync
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
ExperimentServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CompletableFuture<Experiment> create(ExperimentCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<Experiment> retrieve(ExperimentRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<Experiment> update(ExperimentUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<ExperimentListPageAsync> list(ExperimentListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<Experiment> delete(ExperimentDeleteParams params, RequestOptions requestOptions)
-
feedback
CompletableFuture<FeedbackResponseSchema> feedback(ExperimentFeedbackParams params, RequestOptions requestOptions)
-
fetch
CompletableFuture<FetchExperimentEventsResponse> fetch(ExperimentFetchParams params, RequestOptions requestOptions)
-
fetchPost
CompletableFuture<FetchExperimentEventsResponse> fetchPost(ExperimentFetchPostParams params, RequestOptions requestOptions)
-
insert
CompletableFuture<InsertEventsResponse> insert(ExperimentInsertParams params, RequestOptions requestOptions)
-
summarize
CompletableFuture<SummarizeExperimentResponse> summarize(ExperimentSummarizeParams params, RequestOptions requestOptions)
-
-
-
-